Html Css Color HEX #3C460D Turtle Green

📋 copy color: '#3C460D'

red 60 ◦ green 70 ◦ blue 13

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

Shades of Turtle Green #3C460D

Tints of Turtle Green #3C460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 41.96%
G = 48.95%
B = 9.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#3C460D (or 0x3C460D) is known color: Turtle Green. HEX triplet: 3C, 46 and 0D. RGB value is (60,70,13). Sum of RGB (Red+Green+Blue) = 60+70+13=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3C460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C460D is #C3B9F2. Grayscale: #3C3C3C. Windows color (decimal): -12827123 or 869948. OLE color: 869948.

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

Color convert

RGB 60 70 13 -
CMYK 0.14 0 0.81 0.73
HSL 70.53º 0.69% 0.16% -
HSV(B) 70.53º 0.81% 0.27% -
XYZ 4.13 5.37 1.2 -
YUV 60.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 60 70 13 0.14 0 0.81 0.73 70.53 0.69 0.16
Hex 3C 46 D E 0 51 49 47 45 10
Octal 74 106 15 16 0 121 111 107 105 20
Binary 111100 1000110 1101 1110 0 1010001 1001001 1000111 1000101 10000

Color Harmonies of #3C460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C460D

Black with #3C460D

Text Example


Text Example

White with #3C460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,13); }

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

background-color css

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

 a { background-color: rgb(60,70,13); }

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

border-color css

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

 span { border-color: rgb(60,70,13); }

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