Html Css Color HEX #3A4D12 Turtle Green

📋 copy color: '#3A4D12'

red 58 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #3A4D12

Tints of Turtle Green #3A4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.33%

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

R = 37.91%
G = 50.33%
B = 11.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#3A4D12 (or 0x3A4D12) is known color: Turtle Green. HEX triplet: 3A, 4D and 12. RGB value is (58,77,18). Sum of RGB (Red+Green+Blue) = 58+77+18=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D12 is #C5B2ED. Grayscale: #404040. Windows color (decimal): -12956398 or 1199418. OLE color: 1199418.

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

Color convert

RGB 58 77 18 -
CMYK 0.25 0 0.77 0.70
HSL 79.32º 0.62% 0.19% -
HSV(B) 79.32º 0.77% 0.3% -
XYZ 4.51 6.25 1.54 -
YUV 64.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 58 77 18 0.25 0 0.77 0.70 79.32 0.62 0.19
Hex 3A 4D 12 19 0 4D 46 4F 3E 13
Octal 72 115 22 31 0 115 106 117 76 23
Binary 111010 1001101 10010 11001 0 1001101 1000110 1001111 111110 10011

Color Harmonies of #3A4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4D12

Black with #3A4D12

Text Example


Text Example

White with #3A4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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