Html Css Color HEX #334E00 Turtle Green

📋 copy color: '#334E00'

red 51 ◦ green 78 ◦ blue 0

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

Shades of Turtle Green #334E00

Tints of Turtle Green #334E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 60.47%

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

R = 39.53%
G = 60.47%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#334E00 (or 0x334E00) is known color: Turtle Green. HEX triplet: 33, 4E and 00. RGB value is (51,78,0). Sum of RGB (Red+Green+Blue) = 51+78+0=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #334E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334E00 is #CCB1FF. Grayscale: #3D3D3D. Windows color (decimal): -13414912 or 20019. OLE color: 20019.

HSL color Cylindrical-coordinate representation of color #334E00: hue angle of 80.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334E00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 78 0 -
CMYK 0.35 0 1 0.69
HSL 80.77º 1% 0.15% -
HSV(B) 80.77º 1% 0.31% -
XYZ 4.09 6.15 0.97 -
YUV 61.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 51 78 0 0.35 0 1 0.69 80.77 1 0.15
Hex 33 4E 0 23 0 64 45 51 64 F
Octal 63 116 0 43 0 144 105 121 144 17
Binary 110011 1001110 0 100011 0 1100100 1000101 1010001 1100100 1111

Color Harmonies of #334E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E00

Black with #334E00

Text Example


Text Example

White with #334E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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