#065534

Color #065534 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #065534

Tints of Fun Green #065534

Color information

#065534 (or 0x065534) is unknown color: approx Fun Green. HEX triplet: 06, 55 and 34. RGB value is (6,85,52). Sum of RGB (Red+Green+Blue) = 6+85+52=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #065534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065534 is #F9AACB. Grayscale: #393939. Windows color (decimal): -16362188 or 3429638. OLE color: 3429638.

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

Color convert

RGB68552-
CMYK0.9300.390.67
HSL154.94º86.81%17.84%-
HSV(B)154.94º92.94%33.33%-
XYZ3.946.784.35-
YUV57.62124.8391.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=4.20%
G=59.44%
B=36.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685520.9300.390.67154.9486.8117.84
Hex655345D027439b5712
Octal61256413504710323312722
Binary110101010111010010111010100111100001110011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065534; }

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

 H1.HeaderClassName
 {
   color: #065534;
 }
 .AnyTagClassName
 {
   color: #065534;
 }
</style>
background-color css

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

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

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

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

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

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