Html Css Color HEX #3A3F11 Turtle Green

📋 copy color: '#3A3F11'

red 58 ◦ green 63 ◦ blue 17

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

Shades of Turtle Green #3A3F11

Tints of Turtle Green #3A3F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 42.03%
G = 45.65%
B = 12.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3A3F11 (or 0x3A3F11) is known color: Turtle Green. HEX triplet: 3A, 3F and 11. RGB value is (58,63,17). Sum of RGB (Red+Green+Blue) = 58+63+17=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3F11 is #C5C0EE. Grayscale: #383838. Windows color (decimal): -12959983 or 1130298. OLE color: 1130298.

HSL color Cylindrical-coordinate representation of color #3A3F11: hue angle of 66.52º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A3F11 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 63 17 -
CMYK 0.08 0 0.73 0.75
HSL 66.52º 0.58% 0.16% -
HSV(B) 66.52º 0.73% 0.25% -
XYZ 3.62 4.5 1.21 -
YUV 56.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 58 63 17 0.08 0 0.73 0.75 66.52 0.58 0.16
Hex 3A 3F 11 8 0 49 4B 43 3A 10
Octal 72 77 21 10 0 111 113 103 72 20
Binary 111010 111111 10001 1000 0 1001001 1001011 1000011 111010 10000

Color Harmonies of #3A3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3F11

Black with #3A3F11

Text Example


Text Example

White with #3A3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,63,17); }

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

background-color css

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

 a { background-color: rgb(58,63,17); }

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

border-color css

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

 span { border-color: rgb(58,63,17); }

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