Html Css Color HEX #3C431B Turtle Green

📋 copy color: '#3C431B'

red 60 ◦ green 67 ◦ blue 27

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

Shades of Turtle Green #3C431B

Tints of Turtle Green #3C431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 38.96%
G = 43.51%
B = 17.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#3C431B (or 0x3C431B) is known color: Turtle Green. HEX triplet: 3C, 43 and 1B. RGB value is (60,67,27). Sum of RGB (Red+Green+Blue) = 60+67+27=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #3C431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C431B is #C3BCE4. Grayscale: #3C3C3C. Windows color (decimal): -12827877 or 1786684. OLE color: 1786684.

HSL color Cylindrical-coordinate representation of color #3C431B: hue angle of 70.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C431B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 27 -
CMYK 0.10 0 0.60 0.74
HSL 70.5º 0.43% 0.18% -
HSV(B) 70.5º 0.6% 0.26% -
XYZ 4.07 5.05 1.8 -
YUV 60.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 60 67 27 0.10 0 0.60 0.74 70.5 0.43 0.18
Hex 3C 43 1B A 0 3C 4A 46 2B 12
Octal 74 103 33 12 0 74 112 106 53 22
Binary 111100 1000011 11011 1010 0 111100 1001010 1000110 101011 10010

Color Harmonies of #3C431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C431B

Black with #3C431B

Text Example


Text Example

White with #3C431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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