Html Css Color HEX #065B34 Fun Green

📋 copy color: '#065B34'

red 6 ◦ green 91 ◦ blue 52

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

Shades of Fun Green #065B34

Tints of Fun Green #065B34

RGB

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

 GREEN value IS 91 (35.94% from 255) = 61.07%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 4.03%
G = 61.07%
B = 34.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#065B34 (or 0x065B34) is known color: Fun Green. HEX triplet: 06, 5B and 34. RGB value is (6,91,52). Sum of RGB (Red+Green+Blue) = 6+91+52=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #065B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B34 is #F9A4CB. Grayscale: #3D3D3D. Windows color (decimal): -16360652 or 3431174. OLE color: 3431174.

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

Color convert

RGB 6 91 52 -
CMYK 0.93 0 0.43 0.64
HSL 152.47º 0.88% 0.19% -
HSV(B) 152.47º 0.93% 0.36% -
XYZ 4.44 7.77 4.51 -
YUV 61.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 6 91 52 0.93 0 0.43 0.64 152.47 0.88 0.19
Hex 6 5B 34 5D 0 2B 40 98 58 13
Octal 6 133 64 135 0 53 100 230 130 23
Binary 110 1011011 110100 1011101 0 101011 1000000 10011000 1011000 10011

Color Harmonies of #065B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B34

Black with #065B34

Text Example


Text Example

White with #065B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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