Html Css Color HEX #3C450F Turtle Green

📋 copy color: '#3C450F'

red 60 ◦ green 69 ◦ blue 15

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

Shades of Turtle Green #3C450F

Tints of Turtle Green #3C450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.92%

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 41.67%
G = 47.92%
B = 10.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#3C450F (or 0x3C450F) is known color: Turtle Green. HEX triplet: 3C, 45 and 0F. RGB value is (60,69,15). Sum of RGB (Red+Green+Blue) = 60+69+15=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #3C450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C450F is #C3BAF0. Grayscale: #3C3C3C. Windows color (decimal): -12827377 or 1000764. OLE color: 1000764.

HSL color Cylindrical-coordinate representation of color #3C450F: hue angle of 70º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C450F is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 15 -
CMYK 0.13 0 0.78 0.73
HSL 70º 0.64% 0.16% -
HSV(B) 70º 0.78% 0.27% -
XYZ 4.08 5.25 1.25 -
YUV 60.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 60 69 15 0.13 0 0.78 0.73 70 0.64 0.16
Hex 3C 45 F D 0 4E 49 46 40 10
Octal 74 105 17 15 0 116 111 106 100 20
Binary 111100 1000101 1111 1101 0 1001110 1001001 1000110 1000000 10000

Color Harmonies of #3C450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C450F

Black with #3C450F

Text Example


Text Example

White with #3C450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,15); }

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

background-color css

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

 a { background-color: rgb(60,69,15); }

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

border-color css

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

 span { border-color: rgb(60,69,15); }

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