Html Css Color HEX #3C4500 Turtle Green

📋 copy color: '#3C4500'

red 60 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #3C4500

Tints of Turtle Green #3C4500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.51%
G = 53.49%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#3C4500 (or 0x3C4500) is known color: Turtle Green. HEX triplet: 3C, 45 and 00. RGB value is (60,69,0). Sum of RGB (Red+Green+Blue) = 60+69+0=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4500 is #C3BAFF. Grayscale: #3A3A3A. Windows color (decimal): -12827392 or 17724. OLE color: 17724.

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

Color convert

RGB 60 69 0 -
CMYK 0.13 0 1 0.73
HSL 67.83º 1% 0.14% -
HSV(B) 67.83º 1% 0.27% -
XYZ 3.99 5.22 0.8 -
YUV 58.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 60 69 0 0.13 0 1 0.73 67.83 1 0.14
Hex 3C 45 0 D 0 64 49 44 64 E
Octal 74 105 0 15 0 144 111 104 144 16
Binary 111100 1000101 0 1101 0 1100100 1001001 1000100 1100100 1110

Color Harmonies of #3C4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4500

Black with #3C4500

Text Example


Text Example

White with #3C4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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