Html Css Color HEX #255544 Te Papa Green

📋 copy color: '#255544'

red 37 ◦ green 85 ◦ blue 68

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

Shades of Te Papa Green #255544

Tints of Te Papa Green #255544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 19.47%
G = 44.74%
B = 35.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#255544 (or 0x255544) is known color: Te Papa Green. HEX triplet: 25, 55 and 44. RGB value is (37,85,68). Sum of RGB (Red+Green+Blue) = 37+85+68=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #255544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255544 is #DAAABB. Grayscale: #444444. Windows color (decimal): -14330556 or 4478245. OLE color: 4478245.

HSL color Cylindrical-coordinate representation of color #255544: hue angle of 158.75º 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 #255544 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 68 -
CMYK 0.56 0 0.20 0.67
HSL 158.75º 0.39% 0.24% -
HSV(B) 158.75º 0.56% 0.33% -
XYZ 5.05 7.31 6.61 -
YUV 68.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 37 85 68 0.56 0 0.20 0.67 158.75 0.39 0.24
Hex 25 55 44 38 0 14 43 9F 27 18
Octal 45 125 104 70 0 24 103 237 47 30
Binary 100101 1010101 1000100 111000 0 10100 1000011 10011111 100111 11000

Color Harmonies of #255544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255544

Black with #255544

Text Example


Text Example

White with #255544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255544; }

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

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

background-color css

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

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

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

border-color css

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

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

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