Html Css Color HEX #3C4002 Turtle Green

📋 copy color: '#3C4002'

red 60 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #3C4002

Tints of Turtle Green #3C4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.79%

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

R = 47.62%
G = 50.79%
B = 1.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3C4002 (or 0x3C4002) is known color: Turtle Green. HEX triplet: 3C, 40 and 02. RGB value is (60,64,2). Sum of RGB (Red+Green+Blue) = 60+64+2=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4002 is #C3BFFD. Grayscale: #373737. Windows color (decimal): -12828670 or 147516. OLE color: 147516.

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

Color convert

RGB 60 64 2 -
CMYK 0.06 0 0.97 0.75
HSL 63.87º 0.94% 0.13% -
HSV(B) 63.87º 0.97% 0.25% -
XYZ 3.71 4.63 0.76 -
YUV 55.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 60 64 2 0.06 0 0.97 0.75 63.87 0.94 0.13
Hex 3C 40 2 6 0 61 4B 40 5E D
Octal 74 100 2 6 0 141 113 100 136 15
Binary 111100 1000000 10 110 0 1100001 1001011 1000000 1011110 1101

Color Harmonies of #3C4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4002

Black with #3C4002

Text Example


Text Example

White with #3C4002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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