Html Css Color HEX #334B05 Turtle Green

📋 copy color: '#334B05'

red 51 ◦ green 75 ◦ blue 5

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

Shades of Turtle Green #334B05

Tints of Turtle Green #334B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.25%

 BLUE value IS 5 (2.34% from 255) = 3.82%

R = 38.93%
G = 57.25%
B = 3.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#334B05 (or 0x334B05) is known color: Turtle Green. HEX triplet: 33, 4B and 05. RGB value is (51,75,5). Sum of RGB (Red+Green+Blue) = 51+75+5=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #334B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B05 is #CCB4FA. Grayscale: #3C3C3C. Windows color (decimal): -13415675 or 346931. OLE color: 346931.

HSL color Cylindrical-coordinate representation of color #334B05: hue angle of 80.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #334B05 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 5 -
CMYK 0.32 0 0.93 0.71
HSL 80.57º 0.88% 0.16% -
HSV(B) 80.57º 0.93% 0.29% -
XYZ 3.91 5.75 1.05 -
YUV 59.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 51 75 5 0.32 0 0.93 0.71 80.57 0.88 0.16
Hex 33 4B 5 20 0 5D 47 51 58 10
Octal 63 113 5 40 0 135 107 121 130 20
Binary 110011 1001011 101 100000 0 1011101 1000111 1010001 1011000 10000

Color Harmonies of #334B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B05

Black with #334B05

Text Example


Text Example

White with #334B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,5); }

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

background-color css

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

 a { background-color: rgb(51,75,5); }

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

border-color css

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

 span { border-color: rgb(51,75,5); }

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