#334103

Color #334103 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #334103

Tints of Turtle Green #334103

Color information

#334103 (or 0x334103) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 03. RGB value is (51,65,3). Sum of RGB (Red+Green+Blue) = 51+65+3=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #334103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334103 is #CCBEFC. Grayscale: #353535. Windows color (decimal): -13418237 or 213299. OLE color: 213299.

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

Color convert

RGB51653-
CMYK0.2200.950.75
HSL73.55º91.18%13.33%-
HSV(B)73.55º95.38%25.49%-
XYZ3.274.490.78-
YUV53.7599.36126.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=42.86%
G=54.62%
B=2.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516530.2200.950.7573.5591.1813.33
Hex334131605F4B4a5bd
Octal63101326013711311213315
Binary11001110000011110110010111111001011100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334103; }

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

 H1.HeaderClassName
 {
   color: #334103;
 }
 .AnyTagClassName
 {
   color: #334103;
 }
</style>
background-color css

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

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

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

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

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

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