Html Css Color HEX #38772B Bilbao

📋 copy color: '#38772B'

red 56 ◦ green 119 ◦ blue 43

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

Shades of Bilbao #38772B

Tints of Bilbao #38772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 25.69%
G = 54.59%
B = 19.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#38772B (or 0x38772B) is known color: Bilbao. HEX triplet: 38, 77 and 2B. RGB value is (56,119,43). Sum of RGB (Red+Green+Blue) = 56+119+43=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #38772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38772B is #C788D4. Grayscale: #5B5B5B. Windows color (decimal): -13076693 or 2848568. OLE color: 2848568.

HSL color Cylindrical-coordinate representation of color #38772B: hue angle of 109.74º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38772B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 43 -
CMYK 0.53 0 0.64 0.53
HSL 109.74º 0.47% 0.32% -
HSV(B) 109.74º 0.64% 0.47% -
XYZ 8.66 14.21 4.57 -
YUV 91.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 56 119 43 0.53 0 0.64 0.53 109.74 0.47 0.32
Hex 38 77 2B 35 0 40 35 6E 2F 20
Octal 70 167 53 65 0 100 65 156 57 40
Binary 111000 1110111 101011 110101 0 1000000 110101 1101110 101111 100000

Color Harmonies of #38772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38772B

Black with #38772B

Text Example


Text Example

White with #38772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38772B; }

 p { color: rgb(56,119,43); }

 H1.HeaderClassName
 {
   color: #38772B;
 }
 .AnyTagClassName
 {
   color: #38772B;
 }
</style>

background-color css

<style>
 a { background-color: #38772B; }

 a { background-color: rgb(56,119,43); }

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

border-color css

<style>
 span { border-color: #38772B; }

 span { border-color: rgb(56,119,43); }

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