Html Css Color HEX #335345 Te Papa Green

📋 copy color: '#335345'

red 51 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #335345

Tints of Te Papa Green #335345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 25.12%
G = 40.89%
B = 33.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#335345 (or 0x335345) is known color: Te Papa Green. HEX triplet: 33, 53 and 45. RGB value is (51,83,69). Sum of RGB (Red+Green+Blue) = 51+83+69=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #335345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335345 is #CCACBA. Grayscale: #474747. Windows color (decimal): -13413563 or 4543283. OLE color: 4543283.

HSL color Cylindrical-coordinate representation of color #335345: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335345 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 69 -
CMYK 0.39 0 0.17 0.67
HSL 153.75º 0.24% 0.26% -
HSV(B) 153.75º 0.39% 0.33% -
XYZ 5.53 7.32 6.75 -
YUV 71.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 51 83 69 0.39 0 0.17 0.67 153.75 0.24 0.26
Hex 33 53 45 27 0 11 43 9A 18 1A
Octal 63 123 105 47 0 21 103 232 30 32
Binary 110011 1010011 1000101 100111 0 10001 1000011 10011010 11000 11010

Color Harmonies of #335345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335345

Black with #335345

Text Example


Text Example

White with #335345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335345; }

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

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

background-color css

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

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

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

border-color css

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

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

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