Html Css Color HEX #255542 Te Papa Green

📋 copy color: '#255542'

red 37 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #255542

Tints of Te Papa Green #255542

RGB

 RED value IS 37 (14.84% from 255) = 19.68%

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 19.68%
G = 45.21%
B = 35.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#255542 (or 0x255542) is known color: Te Papa Green. HEX triplet: 25, 55 and 42. RGB value is (37,85,66). Sum of RGB (Red+Green+Blue) = 37+85+66=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #255542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255542 is #DAAABD. Grayscale: #444444. Windows color (decimal): -14330558 or 4347173. OLE color: 4347173.

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

Color convert

RGB 37 85 66 -
CMYK 0.56 0 0.22 0.67
HSL 156.25º 0.39% 0.24% -
HSV(B) 156.25º 0.56% 0.33% -
XYZ 4.99 7.28 6.3 -
YUV 68.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 37 85 66 0.56 0 0.22 0.67 156.25 0.39 0.24
Hex 25 55 42 38 0 16 43 9C 27 18
Octal 45 125 102 70 0 26 103 234 47 30
Binary 100101 1010101 1000010 111000 0 10110 1000011 10011100 100111 11000

Color Harmonies of #255542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255542

Black with #255542

Text Example


Text Example

White with #255542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255542; }

 p { color: rgb(37,85,66); }

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

background-color css

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

 a { background-color: rgb(37,85,66); }

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

border-color css

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

 span { border-color: rgb(37,85,66); }

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