Html Css Color HEX #3C4305 Turtle Green

📋 copy color: '#3C4305'

red 60 ◦ green 67 ◦ blue 5

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

Shades of Turtle Green #3C4305

Tints of Turtle Green #3C4305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 45.45%
G = 50.76%
B = 3.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#3C4305 (or 0x3C4305) is known color: Turtle Green. HEX triplet: 3C, 43 and 05. RGB value is (60,67,5). Sum of RGB (Red+Green+Blue) = 60+67+5=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4305 is #C3BCFA. Grayscale: #3A3A3A. Windows color (decimal): -12827899 or 344892. OLE color: 344892.

HSL color Cylindrical-coordinate representation of color #3C4305: hue angle of 66.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C4305 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 5 -
CMYK 0.10 0 0.93 0.74
HSL 66.77º 0.86% 0.14% -
HSV(B) 66.77º 0.93% 0.26% -
XYZ 3.9 4.99 0.9 -
YUV 57.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 60 67 5 0.10 0 0.93 0.74 66.77 0.86 0.14
Hex 3C 43 5 A 0 5D 4A 43 56 E
Octal 74 103 5 12 0 135 112 103 126 16
Binary 111100 1000011 101 1010 0 1011101 1001010 1000011 1010110 1110

Color Harmonies of #3C4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4305

Black with #3C4305

Text Example


Text Example

White with #3C4305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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