Html Css Color HEX #38840C Bilbao

📋 copy color: '#38840C'

red 56 ◦ green 132 ◦ blue 12

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

Shades of Bilbao #38840C

Tints of Bilbao #38840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

 BLUE value IS 12 (5.08% from 255) = 6%

R = 28%
G = 66%
B = 6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#38840C (or 0x38840C) is known color: Bilbao. HEX triplet: 38, 84 and 0C. RGB value is (56,132,12). Sum of RGB (Red+Green+Blue) = 56+132+12=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #38840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38840C is #C77BF3. Grayscale: #5F5F5F. Windows color (decimal): -13073396 or 820280. OLE color: 820280.

HSL color Cylindrical-coordinate representation of color #38840C: hue angle of 98º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38840C is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 12 -
CMYK 0.58 0 0.91 0.48
HSL 98º 0.83% 0.28% -
HSV(B) 98º 0.91% 0.52% -
XYZ 9.95 17.37 3.18 -
YUV 95.6 80.82 99.76 -
System Red Green Blue C M Y K H S L
Decimal 56 132 12 0.58 0 0.91 0.48 98 0.83 0.28
Hex 38 84 C 3A 0 5B 30 62 53 1C
Octal 70 204 14 72 0 133 60 142 123 34
Binary 111000 10000100 1100 111010 0 1011011 110000 1100010 1010011 11100

Color Harmonies of #38840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38840C

Black with #38840C

Text Example


Text Example

White with #38840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38840C; }

 p { color: rgb(56,132,12); }

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

background-color css

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

 a { background-color: rgb(56,132,12); }

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

border-color css

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

 span { border-color: rgb(56,132,12); }

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