Html Css Color HEX #255540 Te Papa Green

📋 copy color: '#255540'

red 37 ◦ green 85 ◦ blue 64

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

Shades of Te Papa Green #255540

Tints of Te Papa Green #255540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 19.89%
G = 45.7%
B = 34.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#255540 (or 0x255540) is known color: Te Papa Green. HEX triplet: 25, 55 and 40. RGB value is (37,85,64). Sum of RGB (Red+Green+Blue) = 37+85+64=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #255540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255540 is #DAAABF. Grayscale: #444444. Windows color (decimal): -14330560 or 4216101. OLE color: 4216101.

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

Color convert

RGB 37 85 64 -
CMYK 0.56 0 0.25 0.67
HSL 153.75º 0.39% 0.24% -
HSV(B) 153.75º 0.56% 0.33% -
XYZ 4.94 7.26 5.99 -
YUV 68.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 37 85 64 0.56 0 0.25 0.67 153.75 0.39 0.24
Hex 25 55 40 38 0 19 43 9A 27 18
Octal 45 125 100 70 0 31 103 232 47 30
Binary 100101 1010101 1000000 111000 0 11001 1000011 10011010 100111 11000

Color Harmonies of #255540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255540

Black with #255540

Text Example


Text Example

White with #255540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255540; }

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

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

background-color css

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

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

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

border-color css

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

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

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