Html Css Color HEX #065235 County Green

📋 copy color: '#065235'

red 6 ◦ green 82 ◦ blue 53

#065235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #065235

Tints of County Green #065235

RGB

 RED value IS 6 (2.73% from 255) = 4.26%

 GREEN value IS 82 (32.42% from 255) = 58.16%

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 4.26%
G = 58.16%
B = 37.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065235 (or 0x065235) is known color: County Green. HEX triplet: 06, 52 and 35. RGB value is (6,82,53). Sum of RGB (Red+Green+Blue) = 6+82+53=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #065235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065235 is #F9ADCA. Grayscale: #383838. Windows color (decimal): -16362955 or 3494406. OLE color: 3494406.

HSL color Cylindrical-coordinate representation of color #065235: hue angle of 157.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065235 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 53 -
CMYK 0.93 0 0.35 0.68
HSL 157.11º 0.86% 0.17% -
HSV(B) 157.11º 0.93% 0.32% -
XYZ 3.74 6.33 4.39 -
YUV 55.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 6 82 53 0.93 0 0.35 0.68 157.11 0.86 0.17
Hex 6 52 35 5D 0 23 44 9D 56 11
Octal 6 122 65 135 0 43 104 235 126 21
Binary 110 1010010 110101 1011101 0 100011 1000100 10011101 1010110 10001

Color Harmonies of #065235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065235

Black with #065235

Text Example


Text Example

White with #065235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065235; }

 p { color: rgb(6,82,53); }

 H1.HeaderClassName
 {
   color: #065235;
 }
 .AnyTagClassName
 {
   color: #065235;
 }
</style>

background-color css

<style>
 a { background-color: #065235; }

 a { background-color: rgb(6,82,53); }

 div.DivClassName
 {
   background-color: #065235;
 }
 .BgClassName
 {
   background-color: #065235;
 }
</style>

border-color css

<style>
 span { border-color: #065235; }

 span { border-color: rgb(6,82,53); }

 td.TdClassName
 {
   border-color: #065235;
 }
 .TagClassName
 {
   border-color: #065235;
 }
</style>