Html Css Color HEX #3A4009 Turtle Green

📋 copy color: '#3A4009'

red 58 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #3A4009

Tints of Turtle Green #3A4009

RGB

 RED value IS 58 (23.05% from 255) = 44.27%

 GREEN value IS 64 (25.39% from 255) = 48.85%

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 44.27%
G = 48.85%
B = 6.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3A4009 (or 0x3A4009) is known color: Turtle Green. HEX triplet: 3A, 40 and 09. RGB value is (58,64,9). Sum of RGB (Red+Green+Blue) = 58+64+9=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4009 is #C5BFF6. Grayscale: #383838. Windows color (decimal): -12959735 or 606266. OLE color: 606266.

HSL color Cylindrical-coordinate representation of color #3A4009: hue angle of 66.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A4009 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 9 -
CMYK 0.09 0 0.86 0.75
HSL 66.55º 0.75% 0.14% -
HSV(B) 66.55º 0.86% 0.25% -
XYZ 3.63 4.59 0.95 -
YUV 55.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 58 64 9 0.09 0 0.86 0.75 66.55 0.75 0.14
Hex 3A 40 9 9 0 56 4B 43 4B E
Octal 72 100 11 11 0 126 113 103 113 16
Binary 111010 1000000 1001 1001 0 1010110 1001011 1000011 1001011 1110

Color Harmonies of #3A4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4009

Black with #3A4009

Text Example


Text Example

White with #3A4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4009; }

 p { color: rgb(58,64,9); }

 H1.HeaderClassName
 {
   color: #3A4009;
 }
 .AnyTagClassName
 {
   color: #3A4009;
 }
</style>

background-color css

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

 a { background-color: rgb(58,64,9); }

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

border-color css

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

 span { border-color: rgb(58,64,9); }

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