Html Css Color HEX #3C3F05 Turtle Green

📋 copy color: '#3C3F05'

red 60 ◦ green 63 ◦ blue 5

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

Shades of Turtle Green #3C3F05

Tints of Turtle Green #3C3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 49.22%

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

R = 46.88%
G = 49.22%
B = 3.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3C3F05 (or 0x3C3F05) is known color: Turtle Green. HEX triplet: 3C, 3F and 05. RGB value is (60,63,5). Sum of RGB (Red+Green+Blue) = 60+63+5=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F05 is #C3C0FA. Grayscale: #373737. Windows color (decimal): -12828923 or 343868. OLE color: 343868.

HSL color Cylindrical-coordinate representation of color #3C3F05: hue angle of 63.1º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C3F05 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 63 5 -
CMYK 0.05 0 0.92 0.75
HSL 63.1º 0.85% 0.13% -
HSV(B) 63.1º 0.92% 0.25% -
XYZ 3.67 4.53 0.82 -
YUV 55.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 60 63 5 0.05 0 0.92 0.75 63.1 0.85 0.13
Hex 3C 3F 5 5 0 5C 4B 3F 55 D
Octal 74 77 5 5 0 134 113 77 125 15
Binary 111100 111111 101 101 0 1011100 1001011 111111 1010101 1101

Color Harmonies of #3C3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3F05

Black with #3C3F05

Text Example


Text Example

White with #3C3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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