Html Css Color HEX #38850C Bilbao

📋 copy color: '#38850C'

red 56 ◦ green 133 ◦ blue 12

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

Shades of Bilbao #38850C

Tints of Bilbao #38850C

RGB

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

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

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

R = 27.86%
G = 66.17%
B = 5.97%

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

#38850C (or 0x38850C) is known color: Bilbao. HEX triplet: 38, 85 and 0C. RGB value is (56,133,12). Sum of RGB (Red+Green+Blue) = 56+133+12=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #38850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38850C is #C77AF3. Grayscale: #606060. Windows color (decimal): -13073140 or 820536. OLE color: 820536.

HSL color Cylindrical-coordinate representation of color #38850C: hue angle of 98.18º 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 #38850C is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 12 -
CMYK 0.58 0 0.91 0.48
HSL 98.18º 0.83% 0.28% -
HSV(B) 98.18º 0.91% 0.52% -
XYZ 10.08 17.64 3.22 -
YUV 96.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 56 133 12 0.58 0 0.91 0.48 98.18 0.83 0.28
Hex 38 85 C 3A 0 5B 30 62 53 1C
Octal 70 205 14 72 0 133 60 142 123 34
Binary 111000 10000101 1100 111010 0 1011011 110000 1100010 1010011 11100

Color Harmonies of #38850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38850C

Black with #38850C

Text Example


Text Example

White with #38850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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