Html Css Color HEX #3C431C Turtle Green

📋 copy color: '#3C431C'

red 60 ◦ green 67 ◦ blue 28

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

Shades of Turtle Green #3C431C

Tints of Turtle Green #3C431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.23%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 38.71%
G = 43.23%
B = 18.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#3C431C (or 0x3C431C) is known color: Turtle Green. HEX triplet: 3C, 43 and 1C. RGB value is (60,67,28). Sum of RGB (Red+Green+Blue) = 60+67+28=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #3C431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C431C is #C3BCE3. Grayscale: #3C3C3C. Windows color (decimal): -12827876 or 1852220. OLE color: 1852220.

HSL color Cylindrical-coordinate representation of color #3C431C: hue angle of 70.77º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C431C is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 28 -
CMYK 0.10 0 0.58 0.74
HSL 70.77º 0.41% 0.19% -
HSV(B) 70.77º 0.58% 0.26% -
XYZ 4.08 5.06 1.86 -
YUV 60.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 60 67 28 0.10 0 0.58 0.74 70.77 0.41 0.19
Hex 3C 43 1C A 0 3A 4A 47 29 13
Octal 74 103 34 12 0 72 112 107 51 23
Binary 111100 1000011 11100 1010 0 111010 1001010 1000111 101001 10011

Color Harmonies of #3C431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C431C

Black with #3C431C

Text Example


Text Example

White with #3C431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,28); }

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

background-color css

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

 a { background-color: rgb(60,67,28); }

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

border-color css

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

 span { border-color: rgb(60,67,28); }

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