Html Css Color HEX #3A3D0F Turtle Green

📋 copy color: '#3A3D0F'

red 58 ◦ green 61 ◦ blue 15

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

Shades of Turtle Green #3A3D0F

Tints of Turtle Green #3A3D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.52%

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 43.28%
G = 45.52%
B = 11.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3A3D0F (or 0x3A3D0F) is known color: Turtle Green. HEX triplet: 3A, 3D and 0F. RGB value is (58,61,15). Sum of RGB (Red+Green+Blue) = 58+61+15=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3D0F is #C5C2F0. Grayscale: #373737. Windows color (decimal): -12960497 or 998714. OLE color: 998714.

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

Color convert

RGB 58 61 15 -
CMYK 0.05 0 0.75 0.76
HSL 63.91º 0.61% 0.15% -
HSV(B) 63.91º 0.75% 0.24% -
XYZ 3.5 4.27 1.09 -
YUV 54.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 58 61 15 0.05 0 0.75 0.76 63.91 0.61 0.15
Hex 3A 3D F 5 0 4B 4C 40 3D F
Octal 72 75 17 5 0 113 114 100 75 17
Binary 111010 111101 1111 101 0 1001011 1001100 1000000 111101 1111

Color Harmonies of #3A3D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3D0F

Black with #3A3D0F

Text Example


Text Example

White with #3A3D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,61,15); }

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

background-color css

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

 a { background-color: rgb(58,61,15); }

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

border-color css

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

 span { border-color: rgb(58,61,15); }

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