Html Css Color HEX #38820C Bilbao

📋 copy color: '#38820C'

red 56 ◦ green 130 ◦ blue 12

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

Shades of Bilbao #38820C

Tints of Bilbao #38820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.66%

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

R = 28.28%
G = 65.66%
B = 6.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#38820C (or 0x38820C) is known color: Bilbao. HEX triplet: 38, 82 and 0C. RGB value is (56,130,12). Sum of RGB (Red+Green+Blue) = 56+130+12=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #38820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38820C is #C77DF3. Grayscale: #5E5E5E. Windows color (decimal): -13073908 or 819768. OLE color: 819768.

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

Color convert

RGB 56 130 12 -
CMYK 0.57 0 0.91 0.49
HSL 97.63º 0.83% 0.28% -
HSV(B) 97.63º 0.91% 0.51% -
XYZ 9.68 16.83 3.09 -
YUV 94.42 81.48 100.59 -
System Red Green Blue C M Y K H S L
Decimal 56 130 12 0.57 0 0.91 0.49 97.63 0.83 0.28
Hex 38 82 C 39 0 5B 31 62 53 1C
Octal 70 202 14 71 0 133 61 142 123 34
Binary 111000 10000010 1100 111001 0 1011011 110001 1100010 1010011 11100

Color Harmonies of #38820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38820C

Black with #38820C

Text Example


Text Example

White with #38820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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