#065C34

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

Shades of Fun Green #065C34

Tints of Fun Green #065C34

Color information

#065C34 (or 0x065C34) is unknown color: approx Fun Green. HEX triplet: 06, 5C and 34. RGB value is (6,92,52). Sum of RGB (Red+Green+Blue) = 6+92+52=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #065C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C34 is #F9A3CB. Grayscale: #3D3D3D. Windows color (decimal): -16360396 or 3431430. OLE color: 3431430.

HSL color Cylindrical-coordinate representation of color #065C34: hue angle of 152.09º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C34 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB69252-
CMYK0.9300.430.64
HSL152.09º87.76%19.22%-
HSV(B)152.09º93.48%36.08%-
XYZ4.527.944.54-
YUV61.73122.5188.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 92 (36.33% from 255) = 61.33%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=4%
G=61.33%
B=34.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal692520.9300.430.64152.0987.7619.22
Hex65C345D02B40985813
Octal61346413505310023013023
Binary110101110011010010111010101011100000010011000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065C34; }

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

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

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

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

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

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

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

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