Html Css Color HEX #064A36 Sherwood Green

📋 copy color: '#064A36'

red 6 ◦ green 74 ◦ blue 54

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

Shades of Sherwood Green #064A36

Tints of Sherwood Green #064A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 55.22%

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

R = 4.48%
G = 55.22%
B = 40.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#064A36 (or 0x064A36) is known color: Sherwood Green. HEX triplet: 06, 4A and 36. RGB value is (6,74,54). Sum of RGB (Red+Green+Blue) = 6+74+54=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #064A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A36 is #F9B5C9. Grayscale: #333333. Windows color (decimal): -16365002 or 3557894. OLE color: 3557894.

HSL color Cylindrical-coordinate representation of color #064A36: hue angle of 162.35º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A36 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 74 54 -
CMYK 0.92 0 0.27 0.71
HSL 162.35º 0.85% 0.16% -
HSV(B) 162.35º 0.92% 0.29% -
XYZ 3.19 5.2 4.33 -
YUV 51.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 6 74 54 0.92 0 0.27 0.71 162.35 0.85 0.16
Hex 6 4A 36 5C 0 1B 47 A2 55 10
Octal 6 112 66 134 0 33 107 242 125 20
Binary 110 1001010 110110 1011100 0 11011 1000111 10100010 1010101 10000

Color Harmonies of #064A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A36

Black with #064A36

Text Example


Text Example

White with #064A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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