Html Css Color HEX #3A4C12 Turtle Green

📋 copy color: '#3A4C12'

red 58 ◦ green 76 ◦ blue 18

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

Shades of Turtle Green #3A4C12

Tints of Turtle Green #3A4C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 38.16%
G = 50%
B = 11.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#3A4C12 (or 0x3A4C12) is known color: Turtle Green. HEX triplet: 3A, 4C and 12. RGB value is (58,76,18). Sum of RGB (Red+Green+Blue) = 58+76+18=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C12 is #C5B3ED. Grayscale: #404040. Windows color (decimal): -12956654 or 1199162. OLE color: 1199162.

HSL color Cylindrical-coordinate representation of color #3A4C12: hue angle of 78.62º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4C12 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 76 18 -
CMYK 0.24 0 0.76 0.70
HSL 78.62º 0.62% 0.18% -
HSV(B) 78.62º 0.76% 0.3% -
XYZ 4.44 6.11 1.52 -
YUV 64.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 58 76 18 0.24 0 0.76 0.70 78.62 0.62 0.18
Hex 3A 4C 12 18 0 4C 46 4F 3E 12
Octal 72 114 22 30 0 114 106 117 76 22
Binary 111010 1001100 10010 11000 0 1001100 1000110 1001111 111110 10010

Color Harmonies of #3A4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C12

Black with #3A4C12

Text Example


Text Example

White with #3A4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,18); }

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

background-color css

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

 a { background-color: rgb(58,76,18); }

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

border-color css

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

 span { border-color: rgb(58,76,18); }

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