Html Css Color HEX #3C400D Turtle Green

📋 copy color: '#3C400D'

red 60 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #3C400D

Tints of Turtle Green #3C400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 43.8%
G = 46.72%
B = 9.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#3C400D (or 0x3C400D) is known color: Turtle Green. HEX triplet: 3C, 40 and 0D. RGB value is (60,64,13). Sum of RGB (Red+Green+Blue) = 60+64+13=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #3C400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C400D is #C3BFF2. Grayscale: #393939. Windows color (decimal): -12828659 or 868412. OLE color: 868412.

HSL color Cylindrical-coordinate representation of color #3C400D: hue angle of 64.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C400D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 13 -
CMYK 0.06 0 0.80 0.75
HSL 64.71º 0.66% 0.15% -
HSV(B) 64.71º 0.8% 0.25% -
XYZ 3.77 4.66 1.08 -
YUV 56.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 60 64 13 0.06 0 0.80 0.75 64.71 0.66 0.15
Hex 3C 40 D 6 0 50 4B 41 42 F
Octal 74 100 15 6 0 120 113 101 102 17
Binary 111100 1000000 1101 110 0 1010000 1001011 1000001 1000010 1111

Color Harmonies of #3C400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C400D

Black with #3C400D

Text Example


Text Example

White with #3C400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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