Html Css Color HEX #38752B Bilbao

📋 copy color: '#38752B'

red 56 ◦ green 117 ◦ blue 43

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

Shades of Bilbao #38752B

Tints of Bilbao #38752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

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

R = 25.93%
G = 54.17%
B = 19.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#38752B (or 0x38752B) is known color: Bilbao. HEX triplet: 38, 75 and 2B. RGB value is (56,117,43). Sum of RGB (Red+Green+Blue) = 56+117+43=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #38752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38752B is #C78AD4. Grayscale: #5A5A5A. Windows color (decimal): -13077205 or 2848056. OLE color: 2848056.

HSL color Cylindrical-coordinate representation of color #38752B: hue angle of 109.46º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38752B is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 43 -
CMYK 0.52 0 0.63 0.54
HSL 109.46º 0.46% 0.31% -
HSV(B) 109.46º 0.63% 0.46% -
XYZ 8.43 13.74 4.49 -
YUV 90.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 56 117 43 0.52 0 0.63 0.54 109.46 0.46 0.31
Hex 38 75 2B 34 0 3F 36 6D 2E 1F
Octal 70 165 53 64 0 77 66 155 56 37
Binary 111000 1110101 101011 110100 0 111111 110110 1101101 101110 11111

Color Harmonies of #38752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38752B

Black with #38752B

Text Example


Text Example

White with #38752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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