Html Css Color HEX #065333 County Green

📋 copy color: '#065333'

red 6 ◦ green 83 ◦ blue 51

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

Shades of County Green #065333

Tints of County Green #065333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 4.29%
G = 59.29%
B = 36.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#065333 (or 0x065333) is known color: County Green. HEX triplet: 06, 53 and 33. RGB value is (6,83,51). Sum of RGB (Red+Green+Blue) = 6+83+51=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #065333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065333 is #F9ACCC. Grayscale: #383838. Windows color (decimal): -16362701 or 3363590. OLE color: 3363590.

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

Color convert

RGB 6 83 51 -
CMYK 0.93 0 0.39 0.67
HSL 155.06º 0.87% 0.17% -
HSV(B) 155.06º 0.93% 0.33% -
XYZ 3.77 6.46 4.18 -
YUV 56.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 6 83 51 0.93 0 0.39 0.67 155.06 0.87 0.17
Hex 6 53 33 5D 0 27 43 9B 57 11
Octal 6 123 63 135 0 47 103 233 127 21
Binary 110 1010011 110011 1011101 0 100111 1000011 10011011 1010111 10001

Color Harmonies of #065333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065333

Black with #065333

Text Example


Text Example

White with #065333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065333; }

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

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

background-color css

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

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

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

border-color css

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

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

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