Html Css Color HEX #3A440A Turtle Green

📋 copy color: '#3A440A'

red 58 ◦ green 68 ◦ blue 10

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

Shades of Turtle Green #3A440A

Tints of Turtle Green #3A440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.35%

R = 42.65%
G = 50%
B = 7.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#3A440A (or 0x3A440A) is known color: Turtle Green. HEX triplet: 3A, 44 and 0A. RGB value is (58,68,10). Sum of RGB (Red+Green+Blue) = 58+68+10=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #3A440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A440A is #C5BBF5. Grayscale: #3A3A3A. Windows color (decimal): -12958710 or 672826. OLE color: 672826.

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

Color convert

RGB 58 68 10 -
CMYK 0.15 0 0.85 0.73
HSL 70.34º 0.74% 0.15% -
HSV(B) 70.34º 0.85% 0.27% -
XYZ 3.87 5.06 1.06 -
YUV 58.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 58 68 10 0.15 0 0.85 0.73 70.34 0.74 0.15
Hex 3A 44 A F 0 55 49 46 4A F
Octal 72 104 12 17 0 125 111 106 112 17
Binary 111010 1000100 1010 1111 0 1010101 1001001 1000110 1001010 1111

Color Harmonies of #3A440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A440A

Black with #3A440A

Text Example


Text Example

White with #3A440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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