Html Css Color HEX #3C401A Turtle Green

📋 copy color: '#3C401A'

red 60 ◦ green 64 ◦ blue 26

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

Shades of Turtle Green #3C401A

Tints of Turtle Green #3C401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 40%
G = 42.67%
B = 17.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3C401A (or 0x3C401A) is known color: Turtle Green. HEX triplet: 3C, 40 and 1A. RGB value is (60,64,26). Sum of RGB (Red+Green+Blue) = 60+64+26=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #3C401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C401A is #C3BFE5. Grayscale: #3A3A3A. Windows color (decimal): -12828646 or 1720380. OLE color: 1720380.

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

Color convert

RGB 60 64 26 -
CMYK 0.06 0 0.59 0.75
HSL 66.32º 0.42% 0.18% -
HSV(B) 66.32º 0.59% 0.25% -
XYZ 3.88 4.7 1.68 -
YUV 58.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 60 64 26 0.06 0 0.59 0.75 66.32 0.42 0.18
Hex 3C 40 1A 6 0 3B 4B 42 2A 12
Octal 74 100 32 6 0 73 113 102 52 22
Binary 111100 1000000 11010 110 0 111011 1001011 1000010 101010 10010

Color Harmonies of #3C401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C401A

Black with #3C401A

Text Example


Text Example

White with #3C401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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