Html Css Color HEX #388523 Bilbao

📋 copy color: '#388523'

red 56 ◦ green 133 ◦ blue 35

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

Shades of Bilbao #388523

Tints of Bilbao #388523

RGB

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

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

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

R = 25%
G = 59.38%
B = 15.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#388523 (or 0x388523) is known color: Bilbao. HEX triplet: 38, 85 and 23. RGB value is (56,133,35). Sum of RGB (Red+Green+Blue) = 56+133+35=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #388523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388523 is #C77ADC. Grayscale: #636363. Windows color (decimal): -13073117 or 2327864. OLE color: 2327864.

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

Color convert

RGB 56 133 35 -
CMYK 0.58 0 0.74 0.48
HSL 107.14º 0.58% 0.33% -
HSV(B) 107.14º 0.74% 0.52% -
XYZ 10.32 17.74 4.47 -
YUV 98.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 56 133 35 0.58 0 0.74 0.48 107.14 0.58 0.33
Hex 38 85 23 3A 0 4A 30 6B 3A 21
Octal 70 205 43 72 0 112 60 153 72 41
Binary 111000 10000101 100011 111010 0 1001010 110000 1101011 111010 100001

Color Harmonies of #388523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388523

Black with #388523

Text Example


Text Example

White with #388523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388523; }

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

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

background-color css

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

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

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

border-color css

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

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

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