Html Css Color HEX #418323 Bilbao

📋 copy color: '#418323'

red 65 ◦ green 131 ◦ blue 35

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

Shades of Bilbao #418323

Tints of Bilbao #418323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 28.14%
G = 56.71%
B = 15.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#418323 (or 0x418323) is known color: Bilbao. HEX triplet: 41, 83 and 23. RGB value is (65,131,35). Sum of RGB (Red+Green+Blue) = 65+131+35=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #418323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418323 is #BE7CDC. Grayscale: #646464. Windows color (decimal): -12483805 or 2327361. OLE color: 2327361.

HSL color Cylindrical-coordinate representation of color #418323: hue angle of 101.25º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418323 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 35 -
CMYK 0.50 0 0.73 0.49
HSL 101.25º 0.58% 0.33% -
HSV(B) 101.25º 0.73% 0.51% -
XYZ 10.6 17.48 4.4 -
YUV 100.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 65 131 35 0.50 0 0.73 0.49 101.25 0.58 0.33
Hex 41 83 23 32 0 49 31 65 3A 21
Octal 101 203 43 62 0 111 61 145 72 41
Binary 1000001 10000011 100011 110010 0 1001001 110001 1100101 111010 100001

Color Harmonies of #418323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418323

Black with #418323

Text Example


Text Example

White with #418323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418323; }

 p { color: rgb(65,131,35); }

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

background-color css

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

 a { background-color: rgb(65,131,35); }

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

border-color css

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

 span { border-color: rgb(65,131,35); }

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