Html Css Color HEX #38801D Bilbao

📋 copy color: '#38801D'

red 56 ◦ green 128 ◦ blue 29

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

Shades of Bilbao #38801D

Tints of Bilbao #38801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.09%

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

R = 26.29%
G = 60.09%
B = 13.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#38801D (or 0x38801D) is known color: Bilbao. HEX triplet: 38, 80 and 1D. RGB value is (56,128,29). Sum of RGB (Red+Green+Blue) = 56+128+29=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #38801D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38801D is #C77FE2. Grayscale: #5F5F5F. Windows color (decimal): -13074403 or 1933368. OLE color: 1933368.

HSL color Cylindrical-coordinate representation of color #38801D: hue angle of 103.64º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38801D is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 29 -
CMYK 0.56 0 0.77 0.50
HSL 103.64º 0.63% 0.31% -
HSV(B) 103.64º 0.77% 0.5% -
XYZ 9.57 16.37 3.82 -
YUV 95.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 56 128 29 0.56 0 0.77 0.50 103.64 0.63 0.31
Hex 38 80 1D 38 0 4D 32 68 3F 1F
Octal 70 200 35 70 0 115 62 150 77 37
Binary 111000 10000000 11101 111000 0 1001101 110010 1101000 111111 11111

Color Harmonies of #38801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38801D

Black with #38801D

Text Example


Text Example

White with #38801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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