Html Css Color HEX #38866B Viridian

📋 copy color: '#38866B'

red 56 ◦ green 134 ◦ blue 107

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

Shades of Viridian #38866B

Tints of Viridian #38866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 18.86%
G = 45.12%
B = 36.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#38866B (or 0x38866B) is known color: Viridian. HEX triplet: 38, 86 and 6B. RGB value is (56,134,107). Sum of RGB (Red+Green+Blue) = 56+134+107=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #38866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38866B is #C77994. Grayscale: #6B6B6B. Windows color (decimal): -13072789 or 7046712. OLE color: 7046712.

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

Color convert

RGB 56 134 107 -
CMYK 0.58 0 0.20 0.47
HSL 159.23º 0.41% 0.37% -
HSV(B) 159.23º 0.58% 0.53% -
XYZ 12.81 18.95 16.89 -
YUV 107.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 56 134 107 0.58 0 0.20 0.47 159.23 0.41 0.37
Hex 38 86 6B 3A 0 14 2F 9F 29 25
Octal 70 206 153 72 0 24 57 237 51 45
Binary 111000 10000110 1101011 111010 0 10100 101111 10011111 101001 100101

Color Harmonies of #38866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38866B

Black with #38866B

Text Example


Text Example

White with #38866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,134,107); }

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

background-color css

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

 a { background-color: rgb(56,134,107); }

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

border-color css

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

 span { border-color: rgb(56,134,107); }

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