Html Css Color HEX #38831A Bilbao

📋 copy color: '#38831A'

red 56 ◦ green 131 ◦ blue 26

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

Shades of Bilbao #38831A

Tints of Bilbao #38831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

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

R = 26.29%
G = 61.5%
B = 12.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#38831A (or 0x38831A) is known color: Bilbao. HEX triplet: 38, 83 and 1A. RGB value is (56,131,26). Sum of RGB (Red+Green+Blue) = 56+131+26=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #38831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38831A is #C77CE5. Grayscale: #606060. Windows color (decimal): -13073638 or 1737528. OLE color: 1737528.

HSL color Cylindrical-coordinate representation of color #38831A: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38831A is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 26 -
CMYK 0.57 0 0.80 0.49
HSL 102.86º 0.67% 0.31% -
HSV(B) 102.86º 0.8% 0.51% -
XYZ 9.93 17.15 3.76 -
YUV 96.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 56 131 26 0.57 0 0.80 0.49 102.86 0.67 0.31
Hex 38 83 1A 39 0 50 31 67 43 1F
Octal 70 203 32 71 0 120 61 147 103 37
Binary 111000 10000011 11010 111001 0 1010000 110001 1100111 1000011 11111

Color Harmonies of #38831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38831A

Black with #38831A

Text Example


Text Example

White with #38831A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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