Html Css Color HEX #388423 Bilbao

📋 copy color: '#388423'

red 56 ◦ green 132 ◦ blue 35

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

Shades of Bilbao #388423

Tints of Bilbao #388423

RGB

 RED value IS 56 (22.27% from 255) = 25.11%

 GREEN value IS 132 (51.95% from 255) = 59.19%

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

R = 25.11%
G = 59.19%
B = 15.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#388423 (or 0x388423) is known color: Bilbao. HEX triplet: 38, 84 and 23. RGB value is (56,132,35). Sum of RGB (Red+Green+Blue) = 56+132+35=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #388423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388423 is #C77BDC. Grayscale: #626262. Windows color (decimal): -13073373 or 2327608. OLE color: 2327608.

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

Color convert

RGB 56 132 35 -
CMYK 0.58 0 0.73 0.48
HSL 107.01º 0.58% 0.33% -
HSV(B) 107.01º 0.73% 0.52% -
XYZ 10.19 17.46 4.42 -
YUV 98.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 56 132 35 0.58 0 0.73 0.48 107.01 0.58 0.33
Hex 38 84 23 3A 0 49 30 6B 3A 21
Octal 70 204 43 72 0 111 60 153 72 41
Binary 111000 10000100 100011 111010 0 1001001 110000 1101011 111010 100001

Color Harmonies of #388423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388423

Black with #388423

Text Example


Text Example

White with #388423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388423; }

 p { color: rgb(56,132,35); }

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

background-color css

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

 a { background-color: rgb(56,132,35); }

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

border-color css

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

 span { border-color: rgb(56,132,35); }

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