Html Css Color HEX #334300 Turtle Green

📋 copy color: '#334300'

red 51 ◦ green 67 ◦ blue 0

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

Shades of Turtle Green #334300

Tints of Turtle Green #334300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 56.78%

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

R = 43.22%
G = 56.78%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#334300 (or 0x334300) is known color: Turtle Green. HEX triplet: 33, 43 and 00. RGB value is (51,67,0). Sum of RGB (Red+Green+Blue) = 51+67+0=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #334300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334300 is #CCBCFF. Grayscale: #363636. Windows color (decimal): -13417728 or 17203. OLE color: 17203.

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

Color convert

RGB 51 67 0 -
CMYK 0.24 0 1 0.74
HSL 74.33º 1% 0.13% -
HSV(B) 74.33º 1% 0.26% -
XYZ 3.37 4.72 0.73 -
YUV 54.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 51 67 0 0.24 0 1 0.74 74.33 1 0.13
Hex 33 43 0 18 0 64 4A 4A 64 D
Octal 63 103 0 30 0 144 112 112 144 15
Binary 110011 1000011 0 11000 0 1100100 1001010 1001010 1100100 1101

Color Harmonies of #334300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334300

Black with #334300

Text Example


Text Example

White with #334300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334300; }

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

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

background-color css

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

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

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

border-color css

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

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

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