Html Css Color HEX #255541 Te Papa Green

📋 copy color: '#255541'

red 37 ◦ green 85 ◦ blue 65

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

Shades of Te Papa Green #255541

Tints of Te Papa Green #255541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 19.79%
G = 45.45%
B = 34.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#255541 (or 0x255541) is known color: Te Papa Green. HEX triplet: 25, 55 and 41. RGB value is (37,85,65). Sum of RGB (Red+Green+Blue) = 37+85+65=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #255541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255541 is #DAAABE. Grayscale: #444444. Windows color (decimal): -14330559 or 4281637. OLE color: 4281637.

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

Color convert

RGB 37 85 65 -
CMYK 0.56 0 0.24 0.67
HSL 155º 0.39% 0.24% -
HSV(B) 155º 0.56% 0.33% -
XYZ 4.97 7.27 6.14 -
YUV 68.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 37 85 65 0.56 0 0.24 0.67 155 0.39 0.24
Hex 25 55 41 38 0 18 43 9B 27 18
Octal 45 125 101 70 0 30 103 233 47 30
Binary 100101 1010101 1000001 111000 0 11000 1000011 10011011 100111 11000

Color Harmonies of #255541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255541

Black with #255541

Text Example


Text Example

White with #255541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255541; }

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

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

background-color css

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

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

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

border-color css

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

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

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