Html Css Color HEX #334100 Turtle Green

📋 copy color: '#334100'

red 51 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #334100

Tints of Turtle Green #334100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 43.97%
G = 56.03%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#334100 (or 0x334100) is known color: Turtle Green. HEX triplet: 33, 41 and 00. RGB value is (51,65,0). Sum of RGB (Red+Green+Blue) = 51+65+0=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #334100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334100 is #CCBEFF. Grayscale: #353535. Windows color (decimal): -13418240 or 16691. OLE color: 16691.

HSL color Cylindrical-coordinate representation of color #334100: hue angle of 72.92º 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 #334100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 65 0 -
CMYK 0.22 0 1 0.75
HSL 72.92º 1% 0.13% -
HSV(B) 72.92º 1% 0.25% -
XYZ 3.26 4.48 0.69 -
YUV 53.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 51 65 0 0.22 0 1 0.75 72.92 1 0.13
Hex 33 41 0 16 0 64 4B 49 64 D
Octal 63 101 0 26 0 144 113 111 144 15
Binary 110011 1000001 0 10110 0 1100100 1001011 1001001 1100100 1101

Color Harmonies of #334100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334100

Black with #334100

Text Example


Text Example

White with #334100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334100; }

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

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

background-color css

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

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

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

border-color css

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

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

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