Html Css Color HEX #323A0F Turtle Green

📋 copy color: '#323A0F'

red 50 ◦ green 58 ◦ blue 15

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

Shades of Turtle Green #323A0F

Tints of Turtle Green #323A0F

RGB

 RED value IS 50 (19.92% from 255) = 40.65%

 GREEN value IS 58 (23.05% from 255) = 47.15%

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

R = 40.65%
G = 47.15%
B = 12.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#323A0F (or 0x323A0F) is known color: Turtle Green. HEX triplet: 32, 3A and 0F. RGB value is (50,58,15). Sum of RGB (Red+Green+Blue) = 50+58+15=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #323A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A0F is #CDC5F0. Grayscale: #323232. Windows color (decimal): -13485553 or 997938. OLE color: 997938.

HSL color Cylindrical-coordinate representation of color #323A0F: hue angle of 71.16º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323A0F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 58 15 -
CMYK 0.14 0 0.74 0.77
HSL 71.16º 0.59% 0.14% -
HSV(B) 71.16º 0.74% 0.23% -
XYZ 2.91 3.74 1.02 -
YUV 50.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 50 58 15 0.14 0 0.74 0.77 71.16 0.59 0.14
Hex 32 3A F E 0 4A 4D 47 3B E
Octal 62 72 17 16 0 112 115 107 73 16
Binary 110010 111010 1111 1110 0 1001010 1001101 1000111 111011 1110

Color Harmonies of #323A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A0F

Black with #323A0F

Text Example


Text Example

White with #323A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A0F; }

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

 H1.HeaderClassName
 {
   color: #323A0F;
 }
 .AnyTagClassName
 {
   color: #323A0F;
 }
</style>

background-color css

<style>
 a { background-color: #323A0F; }

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

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

border-color css

<style>
 span { border-color: #323A0F; }

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

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