Html Css Color HEX #3C401F Turtle Green

📋 copy color: '#3C401F'

red 60 ◦ green 64 ◦ blue 31

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

Shades of Turtle Green #3C401F

Tints of Turtle Green #3C401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20%

R = 38.71%
G = 41.29%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#3C401F (or 0x3C401F) is known color: Turtle Green. HEX triplet: 3C, 40 and 1F. RGB value is (60,64,31). Sum of RGB (Red+Green+Blue) = 60+64+31=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #3C401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C401F is #C3BFE0. Grayscale: #3B3B3B. Windows color (decimal): -12828641 or 2048060. OLE color: 2048060.

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

Color convert

RGB 60 64 31 -
CMYK 0.06 0 0.52 0.75
HSL 67.27º 0.35% 0.19% -
HSV(B) 67.27º 0.52% 0.25% -
XYZ 3.94 4.73 2 -
YUV 59.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 60 64 31 0.06 0 0.52 0.75 67.27 0.35 0.19
Hex 3C 40 1F 6 0 34 4B 43 23 13
Octal 74 100 37 6 0 64 113 103 43 23
Binary 111100 1000000 11111 110 0 110100 1001011 1000011 100011 10011

Color Harmonies of #3C401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C401F

Black with #3C401F

Text Example


Text Example

White with #3C401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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