Html Css Color HEX #3C461A Turtle Green

📋 copy color: '#3C461A'

red 60 ◦ green 70 ◦ blue 26

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

Shades of Turtle Green #3C461A

Tints of Turtle Green #3C461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 38.46%
G = 44.87%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#3C461A (or 0x3C461A) is known color: Turtle Green. HEX triplet: 3C, 46 and 1A. RGB value is (60,70,26). Sum of RGB (Red+Green+Blue) = 60+70+26=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #3C461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C461A is #C3B9E5. Grayscale: #3E3E3E. Windows color (decimal): -12827110 or 1721916. OLE color: 1721916.

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

Color convert

RGB 60 70 26 -
CMYK 0.14 0 0.63 0.73
HSL 73.64º 0.46% 0.19% -
HSV(B) 73.64º 0.63% 0.27% -
XYZ 4.24 5.42 1.8 -
YUV 61.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 60 70 26 0.14 0 0.63 0.73 73.64 0.46 0.19
Hex 3C 46 1A E 0 3F 49 4A 2E 13
Octal 74 106 32 16 0 77 111 112 56 23
Binary 111100 1000110 11010 1110 0 111111 1001001 1001010 101110 10011

Color Harmonies of #3C461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C461A

Black with #3C461A

Text Example


Text Example

White with #3C461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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