Html Css Color HEX #334500 Turtle Green

📋 copy color: '#334500'

red 51 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #334500

Tints of Turtle Green #334500

RGB

 RED value IS 51 (20.31% from 255) = 42.5%

 GREEN value IS 69 (27.34% from 255) = 57.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.5%
G = 57.5%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#334500 (or 0x334500) is known color: Turtle Green. HEX triplet: 33, 45 and 00. RGB value is (51,69,0). Sum of RGB (Red+Green+Blue) = 51+69+0=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #334500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334500 is #CCBAFF. Grayscale: #383838. Windows color (decimal): -13417216 or 17715. OLE color: 17715.

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

Color convert

RGB 51 69 0 -
CMYK 0.26 0 1 0.73
HSL 75.65º 1% 0.14% -
HSV(B) 75.65º 1% 0.27% -
XYZ 3.49 4.96 0.77 -
YUV 55.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 51 69 0 0.26 0 1 0.73 75.65 1 0.14
Hex 33 45 0 1A 0 64 49 4C 64 E
Octal 63 105 0 32 0 144 111 114 144 16
Binary 110011 1000101 0 11010 0 1100100 1001001 1001100 1100100 1110

Color Harmonies of #334500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334500

Black with #334500

Text Example


Text Example

White with #334500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334500; }

 p { color: rgb(51,69,0); }

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

background-color css

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

 a { background-color: rgb(51,69,0); }

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

border-color css

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

 span { border-color: rgb(51,69,0); }

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