Html Css Color HEX #33450F Turtle Green

📋 copy color: '#33450F'

red 51 ◦ green 69 ◦ blue 15

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

Shades of Turtle Green #33450F

Tints of Turtle Green #33450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 37.78%
G = 51.11%
B = 11.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#33450F (or 0x33450F) is known color: Turtle Green. HEX triplet: 33, 45 and 0F. RGB value is (51,69,15). Sum of RGB (Red+Green+Blue) = 51+69+15=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #33450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33450F is #CCBAF0. Grayscale: #393939. Windows color (decimal): -13417201 or 1000755. OLE color: 1000755.

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

Color convert

RGB 51 69 15 -
CMYK 0.26 0 0.78 0.73
HSL 80º 0.64% 0.16% -
HSV(B) 80º 0.78% 0.27% -
XYZ 3.58 4.99 1.23 -
YUV 57.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 51 69 15 0.26 0 0.78 0.73 80 0.64 0.16
Hex 33 45 F 1A 0 4E 49 50 40 10
Octal 63 105 17 32 0 116 111 120 100 20
Binary 110011 1000101 1111 11010 0 1001110 1001001 1010000 1000000 10000

Color Harmonies of #33450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33450F

Black with #33450F

Text Example


Text Example

White with #33450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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