Html Css Color HEX #418525 La Palma

📋 copy color: '#418525'

red 65 ◦ green 133 ◦ blue 37

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

Shades of La Palma #418525

Tints of La Palma #418525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 27.66%
G = 56.6%
B = 15.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#418525 (or 0x418525) is known color: La Palma. HEX triplet: 41, 85 and 25. RGB value is (65,133,37). Sum of RGB (Red+Green+Blue) = 65+133+37=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #418525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418525 is #BE7ADA. Grayscale: #666666. Windows color (decimal): -12483291 or 2458945. OLE color: 2458945.

HSL color Cylindrical-coordinate representation of color #418525: hue angle of 102.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418525 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 37 -
CMYK 0.51 0 0.72 0.48
HSL 102.5º 0.56% 0.33% -
HSV(B) 102.5º 0.72% 0.52% -
XYZ 10.9 18.03 4.66 -
YUV 101.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 65 133 37 0.51 0 0.72 0.48 102.5 0.56 0.33
Hex 41 85 25 33 0 48 30 66 38 21
Octal 101 205 45 63 0 110 60 146 70 41
Binary 1000001 10000101 100101 110011 0 1001000 110000 1100110 111000 100001

Color Harmonies of #418525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418525

Black with #418525

Text Example


Text Example

White with #418525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418525; }

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

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

background-color css

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

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

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

border-color css

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

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

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