Html Css Color HEX #38752A Bilbao

📋 copy color: '#38752A'

red 56 ◦ green 117 ◦ blue 42

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

Shades of Bilbao #38752A

Tints of Bilbao #38752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 26.05%
G = 54.42%
B = 19.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#38752A (or 0x38752A) is known color: Bilbao. HEX triplet: 38, 75 and 2A. RGB value is (56,117,42). Sum of RGB (Red+Green+Blue) = 56+117+42=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #38752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38752A is #C78AD5. Grayscale: #5A5A5A. Windows color (decimal): -13077206 or 2782520. OLE color: 2782520.

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

Color convert

RGB 56 117 42 -
CMYK 0.52 0 0.64 0.54
HSL 108.8º 0.47% 0.31% -
HSV(B) 108.8º 0.64% 0.46% -
XYZ 8.41 13.73 4.4 -
YUV 90.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 56 117 42 0.52 0 0.64 0.54 108.8 0.47 0.31
Hex 38 75 2A 34 0 40 36 6D 2F 1F
Octal 70 165 52 64 0 100 66 155 57 37
Binary 111000 1110101 101010 110100 0 1000000 110110 1101101 101111 11111

Color Harmonies of #38752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38752A

Black with #38752A

Text Example


Text Example

White with #38752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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