Html Css Color HEX #3A4418 Turtle Green

📋 copy color: '#3A4418'

red 58 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #3A4418

Tints of Turtle Green #3A4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 38.67%
G = 45.33%
B = 16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#3A4418 (or 0x3A4418) is known color: Turtle Green. HEX triplet: 3A, 44 and 18. RGB value is (58,68,24). Sum of RGB (Red+Green+Blue) = 58+68+24=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4418 is #C5BBE7. Grayscale: #3C3C3C. Windows color (decimal): -12958696 or 1590330. OLE color: 1590330.

HSL color Cylindrical-coordinate representation of color #3A4418: hue angle of 73.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A4418 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 68 24 -
CMYK 0.15 0 0.65 0.73
HSL 73.64º 0.48% 0.18% -
HSV(B) 73.64º 0.65% 0.27% -
XYZ 3.98 5.1 1.64 -
YUV 59.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 58 68 24 0.15 0 0.65 0.73 73.64 0.48 0.18
Hex 3A 44 18 F 0 41 49 4A 30 12
Octal 72 104 30 17 0 101 111 112 60 22
Binary 111010 1000100 11000 1111 0 1000001 1001001 1001010 110000 10010

Color Harmonies of #3A4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4418

Black with #3A4418

Text Example


Text Example

White with #3A4418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,24); }

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

background-color css

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

 a { background-color: rgb(58,68,24); }

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

border-color css

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

 span { border-color: rgb(58,68,24); }

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