Html Css Color HEX #387023 Bilbao

📋 copy color: '#387023'

red 56 ◦ green 112 ◦ blue 35

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

Shades of Bilbao #387023

Tints of Bilbao #387023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

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

R = 27.59%
G = 55.17%
B = 17.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#387023 (or 0x387023) is known color: Bilbao. HEX triplet: 38, 70 and 23. RGB value is (56,112,35). Sum of RGB (Red+Green+Blue) = 56+112+35=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #387023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387023 is #C78FDC. Grayscale: #565656. Windows color (decimal): -13078493 or 2322488. OLE color: 2322488.

HSL color Cylindrical-coordinate representation of color #387023: hue angle of 103.64º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387023 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 35 -
CMYK 0.50 0 0.69 0.56
HSL 103.64º 0.52% 0.29% -
HSV(B) 103.64º 0.69% 0.44% -
XYZ 7.73 12.55 3.61 -
YUV 86.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 56 112 35 0.50 0 0.69 0.56 103.64 0.52 0.29
Hex 38 70 23 32 0 45 38 68 34 1D
Octal 70 160 43 62 0 105 70 150 64 35
Binary 111000 1110000 100011 110010 0 1000101 111000 1101000 110100 11101

Color Harmonies of #387023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387023

Black with #387023

Text Example


Text Example

White with #387023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387023; }

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

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

background-color css

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

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

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

border-color css

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

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

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