Html Css Color HEX #065336 County Green

📋 copy color: '#065336'

red 6 ◦ green 83 ◦ blue 54

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

Shades of County Green #065336

Tints of County Green #065336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 4.2%
G = 58.04%
B = 37.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#065336 (or 0x065336) is known color: County Green. HEX triplet: 06, 53 and 36. RGB value is (6,83,54). Sum of RGB (Red+Green+Blue) = 6+83+54=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #065336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065336 is #F9ACC9. Grayscale: #383838. Windows color (decimal): -16362698 or 3560198. OLE color: 3560198.

HSL color Cylindrical-coordinate representation of color #065336: hue angle of 157.4º 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 #065336 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 54 -
CMYK 0.93 0 0.35 0.67
HSL 157.4º 0.87% 0.17% -
HSV(B) 157.4º 0.93% 0.33% -
XYZ 3.83 6.49 4.54 -
YUV 56.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 6 83 54 0.93 0 0.35 0.67 157.4 0.87 0.17
Hex 6 53 36 5D 0 23 43 9D 57 11
Octal 6 123 66 135 0 43 103 235 127 21
Binary 110 1010011 110110 1011101 0 100011 1000011 10011101 1010111 10001

Color Harmonies of #065336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065336

Black with #065336

Text Example


Text Example

White with #065336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065336; }

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

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

background-color css

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

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

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

border-color css

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

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

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