Html Css Color HEX #3C420F Turtle Green

📋 copy color: '#3C420F'

red 60 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #3C420F

Tints of Turtle Green #3C420F

RGB

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

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

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

R = 42.55%
G = 46.81%
B = 10.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#3C420F (or 0x3C420F) is known color: Turtle Green. HEX triplet: 3C, 42 and 0F. RGB value is (60,66,15). Sum of RGB (Red+Green+Blue) = 60+66+15=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #3C420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C420F is #C3BDF0. Grayscale: #3A3A3A. Windows color (decimal): -12828145 or 999996. OLE color: 999996.

HSL color Cylindrical-coordinate representation of color #3C420F: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C420F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 15 -
CMYK 0.09 0 0.77 0.74
HSL 67.06º 0.63% 0.16% -
HSV(B) 67.06º 0.77% 0.26% -
XYZ 3.9 4.89 1.19 -
YUV 58.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 60 66 15 0.09 0 0.77 0.74 67.06 0.63 0.16
Hex 3C 42 F 9 0 4D 4A 43 3F 10
Octal 74 102 17 11 0 115 112 103 77 20
Binary 111100 1000010 1111 1001 0 1001101 1001010 1000011 111111 10000

Color Harmonies of #3C420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C420F

Black with #3C420F

Text Example


Text Example

White with #3C420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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