Html Css Color HEX #3C3D0C Turtle Green

📋 copy color: '#3C3D0C'

red 60 ◦ green 61 ◦ blue 12

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

Shades of Turtle Green #3C3D0C

Tints of Turtle Green #3C3D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.86%

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

R = 45.11%
G = 45.86%
B = 9.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C3D0C (or 0x3C3D0C) is known color: Turtle Green. HEX triplet: 3C, 3D and 0C. RGB value is (60,61,12). Sum of RGB (Red+Green+Blue) = 60+61+12=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3D0C is #C3C2F3. Grayscale: #373737. Windows color (decimal): -12829428 or 802108. OLE color: 802108.

HSL color Cylindrical-coordinate representation of color #3C3D0C: hue angle of 61.22º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C3D0C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 61 12 -
CMYK 0.02 0 0.80 0.76
HSL 61.22º 0.67% 0.14% -
HSV(B) 61.22º 0.8% 0.24% -
XYZ 3.6 4.32 0.99 -
YUV 55.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 60 61 12 0.02 0 0.80 0.76 61.22 0.67 0.14
Hex 3C 3D C 2 0 50 4C 3D 43 E
Octal 74 75 14 2 0 120 114 75 103 16
Binary 111100 111101 1100 10 0 1010000 1001100 111101 1000011 1110

Color Harmonies of #3C3D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D0C

Black with #3C3D0C

Text Example


Text Example

White with #3C3D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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