Html Css Color HEX #335245 Te Papa Green

📋 copy color: '#335245'

red 51 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #335245

Tints of Te Papa Green #335245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 25.25%
G = 40.59%
B = 34.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#335245 (or 0x335245) is known color: Te Papa Green. HEX triplet: 33, 52 and 45. RGB value is (51,82,69). Sum of RGB (Red+Green+Blue) = 51+82+69=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #335245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335245 is #CCADBA. Grayscale: #474747. Windows color (decimal): -13413819 or 4543027. OLE color: 4543027.

HSL color Cylindrical-coordinate representation of color #335245: hue angle of 154.84º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335245 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 69 -
CMYK 0.38 0 0.16 0.68
HSL 154.84º 0.23% 0.26% -
HSV(B) 154.84º 0.38% 0.32% -
XYZ 5.46 7.17 6.73 -
YUV 71.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 51 82 69 0.38 0 0.16 0.68 154.84 0.23 0.26
Hex 33 52 45 26 0 10 44 9B 17 1A
Octal 63 122 105 46 0 20 104 233 27 32
Binary 110011 1010010 1000101 100110 0 10000 1000100 10011011 10111 11010

Color Harmonies of #335245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335245

Black with #335245

Text Example


Text Example

White with #335245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335245; }

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

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

background-color css

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

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

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

border-color css

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

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

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