Html Css Color HEX #38751A Bilbao

📋 copy color: '#38751A'

red 56 ◦ green 117 ◦ blue 26

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

Shades of Bilbao #38751A

Tints of Bilbao #38751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 28.14%
G = 58.79%
B = 13.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#38751A (or 0x38751A) is known color: Bilbao. HEX triplet: 38, 75 and 1A. RGB value is (56,117,26). Sum of RGB (Red+Green+Blue) = 56+117+26=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #38751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38751A is #C78AE5. Grayscale: #585858. Windows color (decimal): -13077222 or 1733944. OLE color: 1733944.

HSL color Cylindrical-coordinate representation of color #38751A: hue angle of 100.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38751A is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 26 -
CMYK 0.52 0 0.78 0.54
HSL 100.22º 0.64% 0.28% -
HSV(B) 100.22º 0.78% 0.46% -
XYZ 8.18 13.64 3.18 -
YUV 88.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 56 117 26 0.52 0 0.78 0.54 100.22 0.64 0.28
Hex 38 75 1A 34 0 4E 36 64 40 1C
Octal 70 165 32 64 0 116 66 144 100 34
Binary 111000 1110101 11010 110100 0 1001110 110110 1100100 1000000 11100

Color Harmonies of #38751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38751A

Black with #38751A

Text Example


Text Example

White with #38751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38751A; }

 p { color: rgb(56,117,26); }

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

background-color css

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

 a { background-color: rgb(56,117,26); }

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

border-color css

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

 span { border-color: rgb(56,117,26); }

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