Html Css Color HEX #3C410C Turtle Green

📋 copy color: '#3C410C'

red 60 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #3C410C

Tints of Turtle Green #3C410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 43.8%
G = 47.45%
B = 8.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#3C410C (or 0x3C410C) is known color: Turtle Green. HEX triplet: 3C, 41 and 0C. RGB value is (60,65,12). Sum of RGB (Red+Green+Blue) = 60+65+12=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #3C410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C410C is #C3BEF3. Grayscale: #393939. Windows color (decimal): -12828404 or 803132. OLE color: 803132.

HSL color Cylindrical-coordinate representation of color #3C410C: hue angle of 65.66º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C410C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 12 -
CMYK 0.08 0 0.82 0.75
HSL 65.66º 0.69% 0.15% -
HSV(B) 65.66º 0.82% 0.25% -
XYZ 3.82 4.77 1.07 -
YUV 57.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 60 65 12 0.08 0 0.82 0.75 65.66 0.69 0.15
Hex 3C 41 C 8 0 52 4B 42 45 F
Octal 74 101 14 10 0 122 113 102 105 17
Binary 111100 1000001 1100 1000 0 1010010 1001011 1000010 1000101 1111

Color Harmonies of #3C410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C410C

Black with #3C410C

Text Example


Text Example

White with #3C410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,12); }

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

background-color css

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

 a { background-color: rgb(60,65,12); }

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

border-color css

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

 span { border-color: rgb(60,65,12); }

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