#065B35

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

Shades of Fun Green #065B35

Tints of Fun Green #065B35

Color information

#065B35 (or 0x065B35) is unknown color: approx Fun Green. HEX triplet: 06, 5B and 35. RGB value is (6,91,53). Sum of RGB (Red+Green+Blue) = 6+91+53=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #065B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B35 is #F9A4CA. Grayscale: #3D3D3D. Windows color (decimal): -16360651 or 3496710. OLE color: 3496710.

HSL color Cylindrical-coordinate representation of color #065B35: hue angle of 153.18º 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 #065B35 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB69153-
CMYK0.9300.420.64
HSL153.18º87.63%19.02%-
HSV(B)153.18º93.41%35.69%-
XYZ4.467.784.63-
YUV61.25123.3488.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 91 (35.94% from 255) = 60.67%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=4%
G=60.67%
B=35.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691530.9300.420.64153.1887.6319.02
Hex65B355D02A40995813
Octal61336513505210023113023
Binary110101101111010110111010101010100000010011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,53); }

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

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

 a { background-color: rgb(6,91,53); }

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

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

 span { border-color: rgb(6,91,53); }

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