Html Css Color HEX #3C421E Turtle Green

📋 copy color: '#3C421E'

red 60 ◦ green 66 ◦ blue 30

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

Shades of Turtle Green #3C421E

Tints of Turtle Green #3C421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 38.46%
G = 42.31%
B = 19.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#3C421E (or 0x3C421E) is known color: Turtle Green. HEX triplet: 3C, 42 and 1E. RGB value is (60,66,30). Sum of RGB (Red+Green+Blue) = 60+66+30=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #3C421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C421E is #C3BDE1. Grayscale: #3C3C3C. Windows color (decimal): -12828130 or 1983036. OLE color: 1983036.

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

Color convert

RGB 60 66 30 -
CMYK 0.09 0 0.55 0.74
HSL 70º 0.38% 0.19% -
HSV(B) 70º 0.55% 0.26% -
XYZ 4.05 4.95 1.97 -
YUV 60.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 60 66 30 0.09 0 0.55 0.74 70 0.38 0.19
Hex 3C 42 1E 9 0 37 4A 46 26 13
Octal 74 102 36 11 0 67 112 106 46 23
Binary 111100 1000010 11110 1001 0 110111 1001010 1000110 100110 10011

Color Harmonies of #3C421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C421E

Black with #3C421E

Text Example


Text Example

White with #3C421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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