Html Css Color HEX #3C420D Turtle Green

📋 copy color: '#3C420D'

red 60 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #3C420D

Tints of Turtle Green #3C420D

RGB

 RED value IS 60 (23.83% from 255) = 43.17%

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

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

R = 43.17%
G = 47.48%
B = 9.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#3C420D (or 0x3C420D) is known color: Turtle Green. HEX triplet: 3C, 42 and 0D. RGB value is (60,66,13). Sum of RGB (Red+Green+Blue) = 60+66+13=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #3C420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C420D is #C3BDF2. Grayscale: #3A3A3A. Windows color (decimal): -12828147 or 868924. OLE color: 868924.

HSL color Cylindrical-coordinate representation of color #3C420D: hue angle of 66.79º 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 #3C420D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 13 -
CMYK 0.09 0 0.80 0.74
HSL 66.79º 0.67% 0.15% -
HSV(B) 66.79º 0.8% 0.26% -
XYZ 3.88 4.89 1.12 -
YUV 58.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 60 66 13 0.09 0 0.80 0.74 66.79 0.67 0.15
Hex 3C 42 D 9 0 50 4A 43 43 F
Octal 74 102 15 11 0 120 112 103 103 17
Binary 111100 1000010 1101 1001 0 1010000 1001010 1000011 1000011 1111

Color Harmonies of #3C420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C420D

Black with #3C420D

Text Example


Text Example

White with #3C420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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