Html Css Color HEX #334000 Turtle Green

📋 copy color: '#334000'

red 51 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #334000

Tints of Turtle Green #334000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 44.35%
G = 55.65%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#334000 (or 0x334000) is known color: Turtle Green. HEX triplet: 33, 40 and 00. RGB value is (51,64,0). Sum of RGB (Red+Green+Blue) = 51+64+0=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #334000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334000 is #CCBFFF. Grayscale: #353535. Windows color (decimal): -13418496 or 16435. OLE color: 16435.

HSL color Cylindrical-coordinate representation of color #334000: hue angle of 72.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334000 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 0 -
CMYK 0.20 0 1 0.75
HSL 72.19º 1% 0.13% -
HSV(B) 72.19º 1% 0.25% -
XYZ 3.2 4.37 0.68 -
YUV 52.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 51 64 0 0.20 0 1 0.75 72.19 1 0.13
Hex 33 40 0 14 0 64 4B 48 64 D
Octal 63 100 0 24 0 144 113 110 144 15
Binary 110011 1000000 0 10100 0 1100100 1001011 1001000 1100100 1101

Color Harmonies of #334000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334000

Black with #334000

Text Example


Text Example

White with #334000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334000; }

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

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

background-color css

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

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

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

border-color css

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

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

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