Html Css Color HEX #3A470D Turtle Green

📋 copy color: '#3A470D'

red 58 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #3A470D

Tints of Turtle Green #3A470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 40.85%
G = 50%
B = 9.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3A470D (or 0x3A470D) is known color: Turtle Green. HEX triplet: 3A, 47 and 0D. RGB value is (58,71,13). Sum of RGB (Red+Green+Blue) = 58+71+13=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #3A470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A470D is #C5B8F2. Grayscale: #3C3C3C. Windows color (decimal): -12957939 or 870202. OLE color: 870202.

HSL color Cylindrical-coordinate representation of color #3A470D: hue angle of 73.45º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A470D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 13 -
CMYK 0.18 0 0.82 0.72
HSL 73.45º 0.69% 0.16% -
HSV(B) 73.45º 0.82% 0.28% -
XYZ 4.07 5.44 1.22 -
YUV 60.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 58 71 13 0.18 0 0.82 0.72 73.45 0.69 0.16
Hex 3A 47 D 12 0 52 48 49 45 10
Octal 72 107 15 22 0 122 110 111 105 20
Binary 111010 1000111 1101 10010 0 1010010 1001000 1001001 1000101 10000

Color Harmonies of #3A470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A470D

Black with #3A470D

Text Example


Text Example

White with #3A470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,13); }

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

background-color css

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

 a { background-color: rgb(58,71,13); }

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

border-color css

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

 span { border-color: rgb(58,71,13); }

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