Html Css Color HEX #065536 Fun Green

📋 copy color: '#065536'

red 6 ◦ green 85 ◦ blue 54

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

Shades of Fun Green #065536

Tints of Fun Green #065536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.62%

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

R = 4.14%
G = 58.62%
B = 37.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#065536 (or 0x065536) is known color: Fun Green. HEX triplet: 06, 55 and 36. RGB value is (6,85,54). Sum of RGB (Red+Green+Blue) = 6+85+54=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #065536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065536 is #F9AAC9. Grayscale: #393939. Windows color (decimal): -16362186 or 3560710. OLE color: 3560710.

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

Color convert

RGB 6 85 54 -
CMYK 0.93 0 0.36 0.67
HSL 156.46º 0.87% 0.18% -
HSV(B) 156.46º 0.93% 0.33% -
XYZ 3.99 6.8 4.59 -
YUV 57.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 6 85 54 0.93 0 0.36 0.67 156.46 0.87 0.18
Hex 6 55 36 5D 0 24 43 9C 57 12
Octal 6 125 66 135 0 44 103 234 127 22
Binary 110 1010101 110110 1011101 0 100100 1000011 10011100 1010111 10010

Color Harmonies of #065536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065536

Black with #065536

Text Example


Text Example

White with #065536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065536; }

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

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

background-color css

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

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

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

border-color css

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

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

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