Html Css Color HEX #334B03 Turtle Green

📋 copy color: '#334B03'

red 51 ◦ green 75 ◦ blue 3

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

Shades of Turtle Green #334B03

Tints of Turtle Green #334B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.33%

R = 39.53%
G = 58.14%
B = 2.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#334B03 (or 0x334B03) is known color: Turtle Green. HEX triplet: 33, 4B and 03. RGB value is (51,75,3). Sum of RGB (Red+Green+Blue) = 51+75+3=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #334B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B03 is #CCB4FC. Grayscale: #3B3B3B. Windows color (decimal): -13415677 or 215859. OLE color: 215859.

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

Color convert

RGB 51 75 3 -
CMYK 0.32 0 0.96 0.71
HSL 80º 0.92% 0.15% -
HSV(B) 80º 0.96% 0.29% -
XYZ 3.9 5.74 0.99 -
YUV 59.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 51 75 3 0.32 0 0.96 0.71 80 0.92 0.15
Hex 33 4B 3 20 0 60 47 50 5C F
Octal 63 113 3 40 0 140 107 120 134 17
Binary 110011 1001011 11 100000 0 1100000 1000111 1010000 1011100 1111

Color Harmonies of #334B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B03

Black with #334B03

Text Example


Text Example

White with #334B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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