Html Css Color HEX #38851D Bilbao

📋 copy color: '#38851D'

red 56 ◦ green 133 ◦ blue 29

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

Shades of Bilbao #38851D

Tints of Bilbao #38851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 25.69%
G = 61.01%
B = 13.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#38851D (or 0x38851D) is known color: Bilbao. HEX triplet: 38, 85 and 1D. RGB value is (56,133,29). Sum of RGB (Red+Green+Blue) = 56+133+29=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #38851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38851D is #C77AE2. Grayscale: #626262. Windows color (decimal): -13073123 or 1934648. OLE color: 1934648.

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

Color convert

RGB 56 133 29 -
CMYK 0.58 0 0.78 0.48
HSL 104.42º 0.64% 0.32% -
HSV(B) 104.42º 0.78% 0.52% -
XYZ 10.24 17.7 4.04 -
YUV 98.12 88.99 97.96 -
System Red Green Blue C M Y K H S L
Decimal 56 133 29 0.58 0 0.78 0.48 104.42 0.64 0.32
Hex 38 85 1D 3A 0 4E 30 68 40 20
Octal 70 205 35 72 0 116 60 150 100 40
Binary 111000 10000101 11101 111010 0 1001110 110000 1101000 1000000 100000

Color Harmonies of #38851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38851D

Black with #38851D

Text Example


Text Example

White with #38851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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