Html Css Color HEX #334A00 Turtle Green

📋 copy color: '#334A00'

red 51 ◦ green 74 ◦ blue 0

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

Shades of Turtle Green #334A00

Tints of Turtle Green #334A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 59.2%

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

R = 40.8%
G = 59.2%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#334A00 (or 0x334A00) is known color: Turtle Green. HEX triplet: 33, 4A and 00. RGB value is (51,74,0). Sum of RGB (Red+Green+Blue) = 51+74+0=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #334A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334A00 is #CCB5FF. Grayscale: #3A3A3A. Windows color (decimal): -13415936 or 18995. OLE color: 18995.

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

Color convert

RGB 51 74 0 -
CMYK 0.31 0 1 0.71
HSL 78.65º 1% 0.15% -
HSV(B) 78.65º 1% 0.29% -
XYZ 3.81 5.6 0.88 -
YUV 58.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 51 74 0 0.31 0 1 0.71 78.65 1 0.15
Hex 33 4A 0 1F 0 64 47 4F 64 F
Octal 63 112 0 37 0 144 107 117 144 17
Binary 110011 1001010 0 11111 0 1100100 1000111 1001111 1100100 1111

Color Harmonies of #334A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A00

Black with #334A00

Text Example


Text Example

White with #334A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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