Html Css Color HEX #3A420D Turtle Green

📋 copy color: '#3A420D'

red 58 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #3A420D

Tints of Turtle Green #3A420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.18%

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

R = 42.34%
G = 48.18%
B = 9.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#3A420D (or 0x3A420D) is known color: Turtle Green. HEX triplet: 3A, 42 and 0D. RGB value is (58,66,13). Sum of RGB (Red+Green+Blue) = 58+66+13=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #3A420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A420D is #C5BDF2. Grayscale: #393939. Windows color (decimal): -12959219 or 868922. OLE color: 868922.

HSL color Cylindrical-coordinate representation of color #3A420D: hue angle of 69.06º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A420D is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 13 -
CMYK 0.12 0 0.80 0.74
HSL 69.06º 0.67% 0.15% -
HSV(B) 69.06º 0.8% 0.26% -
XYZ 3.77 4.83 1.11 -
YUV 57.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 58 66 13 0.12 0 0.80 0.74 69.06 0.67 0.15
Hex 3A 42 D C 0 50 4A 45 43 F
Octal 72 102 15 14 0 120 112 105 103 17
Binary 111010 1000010 1101 1100 0 1010000 1001010 1000101 1000011 1111

Color Harmonies of #3A420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A420D

Black with #3A420D

Text Example


Text Example

White with #3A420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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