Html Css Color HEX #3C4109 Turtle Green

📋 copy color: '#3C4109'

red 60 ◦ green 65 ◦ blue 9

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

Shades of Turtle Green #3C4109

Tints of Turtle Green #3C4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 44.78%
G = 48.51%
B = 6.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3C4109 (or 0x3C4109) is known color: Turtle Green. HEX triplet: 3C, 41 and 09. RGB value is (60,65,9). Sum of RGB (Red+Green+Blue) = 60+65+9=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4109 is #C3BEF6. Grayscale: #393939. Windows color (decimal): -12828407 or 606524. OLE color: 606524.

HSL color Cylindrical-coordinate representation of color #3C4109: hue angle of 65.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C4109 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 9 -
CMYK 0.08 0 0.86 0.75
HSL 65.36º 0.76% 0.15% -
HSV(B) 65.36º 0.86% 0.25% -
XYZ 3.8 4.76 0.98 -
YUV 57.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 60 65 9 0.08 0 0.86 0.75 65.36 0.76 0.15
Hex 3C 41 9 8 0 56 4B 41 4C F
Octal 74 101 11 10 0 126 113 101 114 17
Binary 111100 1000001 1001 1000 0 1010110 1001011 1000001 1001100 1111

Color Harmonies of #3C4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4109

Black with #3C4109

Text Example


Text Example

White with #3C4109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,9); }

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

background-color css

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

 a { background-color: rgb(60,65,9); }

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

border-color css

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

 span { border-color: rgb(60,65,9); }

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