Html Css Color HEX #3A3C10 Turtle Green

📋 copy color: '#3A3C10'

red 58 ◦ green 60 ◦ blue 16

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

Shades of Turtle Green #3A3C10

Tints of Turtle Green #3A3C10

RGB

 RED value IS 58 (23.05% from 255) = 43.28%

 GREEN value IS 60 (23.83% from 255) = 44.78%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 43.28%
G = 44.78%
B = 11.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3A3C10 (or 0x3A3C10) is known color: Turtle Green. HEX triplet: 3A, 3C and 10. RGB value is (58,60,16). Sum of RGB (Red+Green+Blue) = 58+60+16=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3C10 is #C5C3EF. Grayscale: #363636. Windows color (decimal): -12960752 or 1063994. OLE color: 1063994.

HSL color Cylindrical-coordinate representation of color #3A3C10: hue angle of 62.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A3C10 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 60 16 -
CMYK 0.03 0 0.73 0.76
HSL 62.73º 0.58% 0.15% -
HSV(B) 62.73º 0.73% 0.24% -
XYZ 3.45 4.17 1.11 -
YUV 54.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 58 60 16 0.03 0 0.73 0.76 62.73 0.58 0.15
Hex 3A 3C 10 3 0 49 4C 3F 3A F
Octal 72 74 20 3 0 111 114 77 72 17
Binary 111010 111100 10000 11 0 1001001 1001100 111111 111010 1111

Color Harmonies of #3A3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3C10

Black with #3A3C10

Text Example


Text Example

White with #3A3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,60,16); }

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

background-color css

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

 a { background-color: rgb(58,60,16); }

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

border-color css

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

 span { border-color: rgb(58,60,16); }

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