Html Css Color HEX #3A3C0F Turtle Green

📋 copy color: '#3A3C0F'

red 58 ◦ green 60 ◦ blue 15

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

Shades of Turtle Green #3A3C0F

Tints of Turtle Green #3A3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 43.61%
G = 45.11%
B = 11.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3A3C0F (or 0x3A3C0F) is known color: Turtle Green. HEX triplet: 3A, 3C and 0F. RGB value is (58,60,15). Sum of RGB (Red+Green+Blue) = 58+60+15=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3C0F is #C5C3F0. Grayscale: #363636. Windows color (decimal): -12960753 or 998458. OLE color: 998458.

HSL color Cylindrical-coordinate representation of color #3A3C0F: hue angle of 62.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A3C0F is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 60 15 -
CMYK 0.03 0 0.75 0.76
HSL 62.67º 0.6% 0.15% -
HSV(B) 62.67º 0.75% 0.24% -
XYZ 3.45 4.17 1.07 -
YUV 54.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 58 60 15 0.03 0 0.75 0.76 62.67 0.6 0.15
Hex 3A 3C F 3 0 4B 4C 3F 3C F
Octal 72 74 17 3 0 113 114 77 74 17
Binary 111010 111100 1111 11 0 1001011 1001100 111111 111100 1111

Color Harmonies of #3A3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3C0F

Black with #3A3C0F

Text Example


Text Example

White with #3A3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,60,15); }

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

background-color css

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

 a { background-color: rgb(58,60,15); }

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

border-color css

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

 span { border-color: rgb(58,60,15); }

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