Html Css Color HEX #3C440F Turtle Green

📋 copy color: '#3C440F'

red 60 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #3C440F

Tints of Turtle Green #3C440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.55%

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

R = 41.96%
G = 47.55%
B = 10.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#3C440F (or 0x3C440F) is known color: Turtle Green. HEX triplet: 3C, 44 and 0F. RGB value is (60,68,15). Sum of RGB (Red+Green+Blue) = 60+68+15=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #3C440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C440F is #C3BBF0. Grayscale: #3B3B3B. Windows color (decimal): -12827633 or 1000508. OLE color: 1000508.

HSL color Cylindrical-coordinate representation of color #3C440F: hue angle of 69.06º 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 #3C440F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 68 15 -
CMYK 0.12 0 0.78 0.73
HSL 69.06º 0.64% 0.16% -
HSV(B) 69.06º 0.78% 0.27% -
XYZ 4.02 5.13 1.23 -
YUV 59.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 60 68 15 0.12 0 0.78 0.73 69.06 0.64 0.16
Hex 3C 44 F C 0 4E 49 45 40 10
Octal 74 104 17 14 0 116 111 105 100 20
Binary 111100 1000100 1111 1100 0 1001110 1001001 1000101 1000000 10000

Color Harmonies of #3C440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C440F

Black with #3C440F

Text Example


Text Example

White with #3C440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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