Html Css Color HEX #3C4502 Turtle Green

📋 copy color: '#3C4502'

red 60 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #3C4502

Tints of Turtle Green #3C4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 45.8%
G = 52.67%
B = 1.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#3C4502 (or 0x3C4502) is known color: Turtle Green. HEX triplet: 3C, 45 and 02. RGB value is (60,69,2). Sum of RGB (Red+Green+Blue) = 60+69+2=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4502 is #C3BAFD. Grayscale: #3A3A3A. Windows color (decimal): -12827390 or 148796. OLE color: 148796.

HSL color Cylindrical-coordinate representation of color #3C4502: hue angle of 68.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C4502 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 2 -
CMYK 0.13 0 0.97 0.73
HSL 68.06º 0.94% 0.14% -
HSV(B) 68.06º 0.97% 0.27% -
XYZ 4 5.22 0.85 -
YUV 58.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 60 69 2 0.13 0 0.97 0.73 68.06 0.94 0.14
Hex 3C 45 2 D 0 61 49 44 5E E
Octal 74 105 2 15 0 141 111 104 136 16
Binary 111100 1000101 10 1101 0 1100001 1001001 1000100 1011110 1110

Color Harmonies of #3C4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4502

Black with #3C4502

Text Example


Text Example

White with #3C4502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,2); }

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

background-color css

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

 a { background-color: rgb(60,69,2); }

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

border-color css

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

 span { border-color: rgb(60,69,2); }

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