Html Css Color HEX #065337 County Green

📋 copy color: '#065337'

red 6 ◦ green 83 ◦ blue 55

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

Shades of County Green #065337

Tints of County Green #065337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 57.64%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 4.17%
G = 57.64%
B = 38.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#065337 (or 0x065337) is known color: County Green. HEX triplet: 06, 53 and 37. RGB value is (6,83,55). Sum of RGB (Red+Green+Blue) = 6+83+55=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #065337 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065337 is #F9ACC8. Grayscale: #383838. Windows color (decimal): -16362697 or 3625734. OLE color: 3625734.

HSL color Cylindrical-coordinate representation of color #065337: hue angle of 158.18º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065337 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 55 -
CMYK 0.93 0 0.34 0.67
HSL 158.18º 0.87% 0.17% -
HSV(B) 158.18º 0.93% 0.33% -
XYZ 3.86 6.5 4.67 -
YUV 56.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 6 83 55 0.93 0 0.34 0.67 158.18 0.87 0.17
Hex 6 53 37 5D 0 22 43 9E 57 11
Octal 6 123 67 135 0 42 103 236 127 21
Binary 110 1010011 110111 1011101 0 100010 1000011 10011110 1010111 10001

Color Harmonies of #065337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065337

Black with #065337

Text Example


Text Example

White with #065337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065337; }

 p { color: rgb(6,83,55); }

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

background-color css

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

 a { background-color: rgb(6,83,55); }

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

border-color css

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

 span { border-color: rgb(6,83,55); }

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