Html Css Color HEX #3C4003 Turtle Green

📋 copy color: '#3C4003'

red 60 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #3C4003

Tints of Turtle Green #3C4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.36%

R = 47.24%
G = 50.39%
B = 2.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3C4003 (or 0x3C4003) is known color: Turtle Green. HEX triplet: 3C, 40 and 03. RGB value is (60,64,3). Sum of RGB (Red+Green+Blue) = 60+64+3=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4003 is #C3BFFC. Grayscale: #383838. Windows color (decimal): -12828669 or 213052. OLE color: 213052.

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

Color convert

RGB 60 64 3 -
CMYK 0.06 0 0.95 0.75
HSL 63.93º 0.91% 0.13% -
HSV(B) 63.93º 0.95% 0.25% -
XYZ 3.71 4.63 0.78 -
YUV 55.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 60 64 3 0.06 0 0.95 0.75 63.93 0.91 0.13
Hex 3C 40 3 6 0 5F 4B 40 5B D
Octal 74 100 3 6 0 137 113 100 133 15
Binary 111100 1000000 11 110 0 1011111 1001011 1000000 1011011 1101

Color Harmonies of #3C4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4003

Black with #3C4003

Text Example


Text Example

White with #3C4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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