Html Css Color HEX #3A4504 Turtle Green

📋 copy color: '#3A4504'

red 58 ◦ green 69 ◦ blue 4

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

Shades of Turtle Green #3A4504

Tints of Turtle Green #3A4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 44.27%
G = 52.67%
B = 3.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#3A4504 (or 0x3A4504) is known color: Turtle Green. HEX triplet: 3A, 45 and 04. RGB value is (58,69,4). Sum of RGB (Red+Green+Blue) = 58+69+4=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4504 is #C5BAFB. Grayscale: #3A3A3A. Windows color (decimal): -12958460 or 279866. OLE color: 279866.

HSL color Cylindrical-coordinate representation of color #3A4504: hue angle of 70.15º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A4504 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 4 -
CMYK 0.16 0 0.94 0.73
HSL 70.15º 0.89% 0.14% -
HSV(B) 70.15º 0.94% 0.27% -
XYZ 3.89 5.16 0.91 -
YUV 58.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 58 69 4 0.16 0 0.94 0.73 70.15 0.89 0.14
Hex 3A 45 4 10 0 5E 49 46 59 E
Octal 72 105 4 20 0 136 111 106 131 16
Binary 111010 1000101 100 10000 0 1011110 1001001 1000110 1011001 1110

Color Harmonies of #3A4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4504

Black with #3A4504

Text Example


Text Example

White with #3A4504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,4); }

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

background-color css

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

 a { background-color: rgb(58,69,4); }

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

border-color css

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

 span { border-color: rgb(58,69,4); }

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