#33430F

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

Shades of Turtle Green #33430F

Tints of Turtle Green #33430F

Color information

#33430F (or 0x33430F) is unknown color: approx Turtle Green. HEX triplet: 33, 43 and 0F. RGB value is (51,67,15). Sum of RGB (Red+Green+Blue) = 51+67+15=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #33430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33430F is #CCBCF0. Grayscale: #383838. Windows color (decimal): -13417713 or 1000243. OLE color: 1000243.

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

Color convert

RGB516715-
CMYK0.2400.780.74
HSL78.46º63.41%16.08%-
HSV(B)78.46º77.61%26.27%-
XYZ3.464.751.19-
YUV56.29104.7124.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=38.35%
G=50.38%
B=11.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5167150.2400.780.7478.4663.4116.08
Hex3343F1804E4A4e3f10
Octal63103173001161121167720
Binary1100111000011111111000010011101001010100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33430F; }

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

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

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

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

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

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

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

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