Html Css Color HEX #225543 Te Papa Green

📋 copy color: '#225543'

red 34 ◦ green 85 ◦ blue 67

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

Shades of Te Papa Green #225543

Tints of Te Papa Green #225543

RGB

 RED value IS 34 (13.67% from 255) = 18.28%

 GREEN value IS 85 (33.59% from 255) = 45.7%

 BLUE value IS 67 (26.56% from 255) = 36.02%

R = 18.28%
G = 45.7%
B = 36.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#225543 (or 0x225543) is known color: Te Papa Green. HEX triplet: 22, 55 and 43. RGB value is (34,85,67). Sum of RGB (Red+Green+Blue) = 34+85+67=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #225543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225543 is #DDAABC. Grayscale: #434343. Windows color (decimal): -14527165 or 4412706. OLE color: 4412706.

HSL color Cylindrical-coordinate representation of color #225543: hue angle of 158.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225543 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 85 67 -
CMYK 0.60 0 0.21 0.67
HSL 158.82º 0.43% 0.23% -
HSV(B) 158.82º 0.6% 0.33% -
XYZ 4.92 7.24 6.45 -
YUV 67.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 34 85 67 0.60 0 0.21 0.67 158.82 0.43 0.23
Hex 22 55 43 3C 0 15 43 9F 2B 17
Octal 42 125 103 74 0 25 103 237 53 27
Binary 100010 1010101 1000011 111100 0 10101 1000011 10011111 101011 10111

Color Harmonies of #225543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225543

Black with #225543

Text Example


Text Example

White with #225543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225543; }

 p { color: rgb(34,85,67); }

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

background-color css

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

 a { background-color: rgb(34,85,67); }

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

border-color css

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

 span { border-color: rgb(34,85,67); }

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