Html Css Color HEX #41B29A Puerto Rico

📋 copy color: '#41B29A'

red 65 ◦ green 178 ◦ blue 154

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

Shades of Puerto Rico #41B29A

Tints of Puerto Rico #41B29A

RGB

 RED value IS 65 (25.78% from 255) = 16.37%

 GREEN value IS 178 (69.92% from 255) = 44.84%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 16.37%
G = 44.84%
B = 38.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#41B29A (or 0x41B29A) is known color: Puerto Rico. HEX triplet: 41, B2 and 9A. RGB value is (65,178,154). Sum of RGB (Red+Green+Blue) = 65+178+154=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #41B29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B29A is #BE4D65. Grayscale: #8D8D8D. Windows color (decimal): -12471654 or 10138177. OLE color: 10138177.

HSL color Cylindrical-coordinate representation of color #41B29A: hue angle of 167.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B29A is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 178 154 -
CMYK 0.63 0 0.13 0.30
HSL 167.26º 0.47% 0.48% -
HSV(B) 167.26º 0.63% 0.7% -
XYZ 23.93 35.3 36.12 -
YUV 141.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 65 178 154 0.63 0 0.13 0.30 167.26 0.47 0.48
Hex 41 B2 9A 3F 0 D 1E A7 2F 30
Octal 101 262 232 77 0 15 36 247 57 60
Binary 1000001 10110010 10011010 111111 0 1101 11110 10100111 101111 110000

Color Harmonies of #41B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B29A

Black with #41B29A

Text Example


Text Example

White with #41B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41B29A; }

 p { color: rgb(65,178,154); }

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

background-color css

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

 a { background-color: rgb(65,178,154); }

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

border-color css

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

 span { border-color: rgb(65,178,154); }

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